代码搜索:图像比对

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

代码结果 10,000
www.eeworm.com/read/175850/9529113

cpp 混沌密码加密bmp图像.cpp

// 混沌密码加密BMP图像.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include "math.h" #include using namespace std; double A; double Xb; double Xn; //生成混沌序列x[8] void product_x(double
www.eeworm.com/read/168161/9936230

txt 实例——图像浏览器.txt

unit UImage; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Buttons, ToolWin, ComCtrls, ExtCtrls, StdCtrls, jpeg; type TFImage = class(T
www.eeworm.com/read/167278/9973552

m 把图像分为88块.m

function b=im2col(varargin) %IM2COL Rearrange image blocks into columns. % B = IM2COL(A,[M N],'distinct') rearranges each distinct % M-by-N block in the image A into a column of B. IM2COL pads
www.eeworm.com/read/357061/10216688

txt 跟随鼠标的图像代码 .txt

#floater { position: absolute; left: 500; top: 146; width: 125; visibility: visible; z-index: 10; }