代码搜索:图像比对

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

代码结果 10,000
www.eeworm.com/read/480149/6677769

m sumarize11_5_2b.m

%读入原始图像 I = imread('coins.png'); imshow(I) %sobel边界探测器 BW1 = edge(I,'sobel'); %canny边界探测器 BW2 = edge(I,'canny'); figure imshow(BW1) figure, imshow(BW2)
www.eeworm.com/read/478046/6718688

h vf_smooth.h

#ifndef __VFSMOOTH_H__ #define __VFSMOOTH_H__ #include "VF_Type.h" #include "VF_Global.h" // // smooth: 对图像进行均值平滑滤波,消除噪声 // void smooth(uint8 *lpInBuffer, uint8 *lpOutBuffer, sint32 r, sint
www.eeworm.com/read/477438/6735441

m s011.m

%图像剪切(指定坐标) s011 I11=imread('1.jpg'); I110=imcrop(I11,[3 10 230 300]); subplot(1,2,1),imshow(I11); subplot(1,2,2),imshow(I110)
www.eeworm.com/read/477438/6735552

m s012.m

%图像剪切(鼠标确定矩形框) s012 I12=imread('1.jpg'); I120=imcrop(I12); subplot(1,2,1),imshow(I12); subplot(1,2,1),imshow(I120)
www.eeworm.com/read/476949/6743435

tex booktmp.tex

%KKK= 5.2018; 界面图像像素/KKK即设置为width %epsfile 替换 /Helvetica to /Times %页面设置 \topmargin 10mm \oddsidemargin -5mm \evensidemargin -5mm \textwidth 150mm \textheight 210mm \headheight 14pt \parinden
www.eeworm.com/read/476396/6760246

m ch5_4_3.m

%%%% 使用均值滤波器对真彩图像的每一个颜色平面进行滤波例程: rgb=imread('peppers.png'); h=ones(5,5)/25; rgb2=imfilter(rgb,h); %B=IMFILTER(A,H)filtersthemultidimensionalarrayAwiththe %multidimensionalfilterH.Acanbelogicalo
www.eeworm.com/read/409142/11344989

m sumarize11_5_2b.m

%读入原始图像 I = imread('coins.png'); imshow(I) %sobel边界探测器 BW1 = edge(I,'sobel'); %canny边界探测器 BW2 = edge(I,'canny'); figure imshow(BW1) figure, imshow(BW2)
www.eeworm.com/read/408317/11393150

cpp thinning.cpp

#include "stdafx.h" #include "cv.h"   /*    程序:图像细化    作者:sboom(Lingch)    日期:05年1月18日    */ void xxx(IplImage* img) { int i,j,k,l,wc,pos; unsigned char color=0; int N=img->width*img->
www.eeworm.com/read/407650/11412792

cpp contour.cpp

#include "cv.h" #include "highgui.h" int main( int argc, char** argv ) { IplImage* src; // 第一条命令行参数确定了图像的文件名。 if( argc == 2 && (src=cvLoadImage(argv[1], 0))!= 0) { IplImage* d
www.eeworm.com/read/404576/11482353

m lzwdecode2.m

function decode=lzwdecode2(code,si,max) %lzwdecode(code) used to decode of lzw .the parameter code is a 1*m! % and it return the lzw decode 1*n %LZW解码,输入code为LZW编码序列,si为要解码生成图像的 row*col ,max 为解码