代码搜索:Embed
找到约 2,683 项符合「Embed」的源代码
代码结果 2,683
www.eeworm.com/read/127120/14376031
m dct2_embed.m
%Name: Chris Shoemaker
%Course: EER-280 - Digital Watermarking
%Project: Threshold-Based Correlation in DCT mid-band
% Uses two PN sequences; one for a "0" and another for a "1"
%
www.eeworm.com/read/127120/14376049
m cor_embed_mod.m
%Name: Chris Shoemaker
%Course: EER-280 - Digital Watermarking
%Project: Comparison-Based Correlation using block processing in the spatial domain
% Uses two PN sequences; one for a "0"
www.eeworm.com/read/127120/14376059
m dct1_embed.m
%Name: Chris Shoemaker
%Course: EER-280 - Digital Watermarking
%Project: Block DCT Based method, using comparision between mid-band coeffcients
% Watermark Embeding
clear all;
% s
www.eeworm.com/read/223568/14624537
m dct2_embed.m
%Name: Chris Shoemaker
%Course: EER-280 - Digital Watermarking
%Project: Threshold-Based Correlation in DCT mid-band
% Uses two PN sequences; one for a "0" and another for a "1"
%
www.eeworm.com/read/223568/14624658
m cor_embed_mod.m
%Name: Chris Shoemaker
%Course: EER-280 - Digital Watermarking
%Project: Comparison-Based Correlation using block processing in the spatial domain
% Uses two PN sequences; one for a "0"
www.eeworm.com/read/223568/14624669
m dct1_embed.m
%Name: Chris Shoemaker
%Course: EER-280 - Digital Watermarking
%Project: Block DCT Based method, using comparision between mid-band coeffcients
% Watermark Embeding
clear all;
% s
www.eeworm.com/read/118392/14873959
c dw_embed_gtk.c
#include
#include "dw_embed_gtk.h"
#include "dw_gtk_viewport.h"
#include "debug.h"
static void Dw_embed_gtk_init (DwEmbedGtk *embed_gtk);
static void Dw_embed_gtk_class_init
www.eeworm.com/read/118392/14874041
h dw_embed_gtk.h
#ifndef __DW_EMBED_GTK_H__
#define __DW_EMBED_GTK_H__
#include "dw_widget.h"
#include
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
#define DW_TYPE_EMBED_GTK
www.eeworm.com/read/218998/14899565