搜索资源列表
CubicPlateSDK
- 软件名称: 车牌识别模块开发包 CubicPlate SDK 试用版 最新版本: 1.2 文件大小: 2.05M 软件性质: 图像处理 使用平台: Win2K/XP 发布公司: CubicImage Software Co.,Ltd. 上海名图软件有限公司 下载网址: http://www.cubicimage.com 软件简介 CubicPlate 是当前最高速的车牌识别核心模块,识别一帧图像仅3毫秒。 由上海名图软件有限公司CubicImage Softwar
Special_drawing_board
- 用VC++6.0做的一个画板程序。适合初学者学习。软件皮肤个性,实现了动态标题图标和鼠标的更改,增加了软件的动画启动和动画关闭效果,实现了基本的画图功能。软件实现了很多特殊效果。看了后一定不会后悔!!好的东西大家一起分享一下吧!! appface.dll文件应该和运行的exe文件放在同一个目录下! *.urf为皮肤文件! QQ.exe是本人用VB做的一个播放器,可以支持很多格式! 如果您的机器上没有VB程序,运行时会出现链接动态库出错,因本文为给QQ.exe打包!-VC 6.0
pthoto1
- subplot(2,2,1) imshow(I) title( 原始图象 ) subplot(2,2,2) imshow(BW1) title( prewitt 边缘检测后的图象 ) subplot(2,2,3) imshow(BW2) title( canny 边缘检测后的图象 ) subplot(2,2,4) imshow(BW3) title( sobel 边缘检测后的图象 ) -subplot (2,2, 1) imshow (I) title (original ima
newnethodotsu
- 一个新设计的OTSU算法,使用方法如下:% load clown % subplot(221) % imshow(X/max(X(:))) % title( Original , FontWeight , bold ) % for n = 2:4 % Iseg = otsu(X,n) % subplot(2,2,n), colormap(gray) % imshow(Iseg) % title([ n = int2str(n)], FontWeight , bo
vcpp32 《MFC技术内幕》
- 《MFC技术内幕》是一本久负盛名的MFC编程技术书籍,英文原版书名为:MFC Black Book,该书可以让你深入掌握Visual C++的核心开发技术——MFC框架。-" MFC Inside" is aprestigious MFC programming books, original English title is: MFC Black Book,the book allows you to thoroughly grasp the core of Visual
s3
- 这是计算机图形学,孔令德编著的书籍上的第三章作业题,希望对同学们有帮助-This is the computer graphics,孔令德edited books on the operating title of Chapter III, in the hope that the students help
A2008
- awimg=rgb2gray(im1) tic [accum, circen, cirrad] = CircularHough_Grd(rawimg, [20 30],5,50) circen toc figure(1) imagesc(accum) axis image title( Accumulation Array from Circular Hough Transform ) figure(2) imagesc(rawimg) co
BitRandomNumberGenerator
- 实验题目: 一.将输入的RGB图象分层,并将图象的指定层加强 二.分别显示原始图象,R层灰度图象,G层灰度图象,B层灰度图象及色彩增强图象。 -Experiment Title: 1. The RGB input image layers, and layer images to enhance the designated II., Respectively, show the original image, R gray level image, G
CircularHough_Grd
- 08年数学建模A题matlab代码,对其圆心的判断-2008 Mathematical Modeling A title matlab code, the judge of its center
ZOJ1018-Deformed-Wheel
- ZOJ1018题,主要用到了多边形的相关算法.-ZOJ1018 title, the main use of the correlation algorithm polygon.
1
- 随书带的光盘,书名:图像程序处理设计,里面有特效显示、边缘检测、形态学等。-CD-ROM with the book with the title: Image processing design, there are special effects show, edge detection, morphology and so on.
openCV_P
- 书名:OpenCV 编程入门 作者:美国伊力诺理工学院计算机科学系Gady Adam-Title: OpenCV Programming Getting Started Author: United States forces in Iraq Connaught Gady Adam Institute of Technology Department of Computer Science
three
- visual c++指纹模式识别系统第三篇程序-visual c++ Fingerprint Pattern Recognition System Title III program
ann
- 神经网络Matlab程序(2001年北大B题) -Matlab neural network program (Peking University B title in 2001)
ReadBmpDemo
- 如标题所述,读取位图文件为灰度图像的程序。-As the title above, read the bitmap file as a grayscale image program.
changeIcon
- 本程序通过VC++可以实现有关标题栏的图标的变换-This procedure can be achieved through the VC++ icon in the title bar of the transformation
Opencv-Basics-CPP
- Opencv Basics : Canny Transformation , Image Erosion, Window without title bar.
chap9
- syms x g=exp(x*sin(x)) t=taylor(g,12,2) xd = 1:0.05:3 yd = subs(g,x,xd) ezplot(t, [1,3]) hold on plot(xd, yd, r-. ) title( Taylor approximation vs. actual function ) legend( Taylor , Function )-syms x g = exp (x* sin (x)) t = tayl
jianmo
- syms x g=exp(x*sin(x)) t=taylor(g,12,2) xd = 1:0.05:3 yd = subs(g,x,xd) ezplot(t, [1,3]) hold on plot(xd, yd, r-. ) title( Taylor approximation vs. actual function ) legend( Taylor , Function )-syms x g = exp (x* sin (x)) t = tayl
jpegprotected
- clc img = imread( lena.bmp ) JPEG compression jpegcompression(img, lena_compressed.mat ) JPEG decompression Irec = jpegrestoration( lena_compressed.mat ) System performances [CR,BPP,PSNR,MSE,SNR] = systemperformances(img,Ir