代码搜索:图像比对

找到约 10,000 项符合「图像比对」的源代码

代码结果 10,000
www.eeworm.com/read/395332/8184365

c drawing.c

/* 程序名:drawing..c 功能:展示OpenCV的图像绘制功能 */ #include "cv.h" #include "highgui.h" #include #include #define NUMBER 100 #define DELAY 5 char wndname[] = "Drawing Demo"; CvScalar rando
www.eeworm.com/read/294311/8242498

m weiyunsuan.m

clear all; Ximage=double(imread('e:\work\Lena.jpg'));%待隐藏图像 n=2; times=2; % key0=0.1; key(0)=0.1;??????? M=Size(Ximage,1); N=size(Ximage,2); figure(1) imshow(Xiamge,[]); % for(i=1:M*N*n)
www.eeworm.com/read/294311/8242557

m yihuogauss.m

clear all;close all; Ximage=double(imread('e:\work\F1.BMP')); % Ximage=double(imread('E:\work\lena.jpg'));%待隐藏图像 % Zimage=double(imread('E:\work\House.jpg')); n=1; % times=2; % key0=0.1; x
www.eeworm.com/read/294311/8242595

m yihuosalt.m

clear all;close all; Ximage=double(imread('e:\work\F1.BMP')); % Ximage=double(imread('E:\work\lena.jpg'));%待隐藏图像 % Zimage=double(imread('E:\work\House.jpg')); n=1; % times=2; % key0=0.1; x
www.eeworm.com/read/173164/9670165

htm dpi23.htm

Delphi数据库应用程序开发中图像数据的存取技巧
www.eeworm.com/read/172641/9698281

frm 5-3.frm

VERSION 5.00 Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0"; "COMCTL32.OCX" Begin VB.Form Form1 Caption = "图像菜单例程" ClientHeight = 2610 ClientLeft = 165
www.eeworm.com/read/265715/11255816

frm frmimage.frm

VERSION 5.00 Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "comdlg32.ocx" Begin VB.Form frmImage Caption = "图像信息" ClientHeight = 8265 ClientLeft = 60
www.eeworm.com/read/335892/12491429

m recover.m

close all; clear all; %读入待测的图像 file_name='dwt_watermarked.jpg'; watermarked_image=imread(file_name); [image_size_v,image_size_h]=size(watermarked_image); figure(1); imshow(watermarked_ima
www.eeworm.com/read/335836/12493581

htm 22.1.htm

图像演示
www.eeworm.com/read/134680/13977028

vb form1.vb

'引用名称空间 Imports System.Data Imports System.Data.SqlClient Public Class Form1 Inherits System.Windows.Forms.Form 'Filename是打开图像的文件名,nsql是SQL语句 Dim filename, nsql As String 'ncomm