CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - matlab image
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
GUI Develop
Windows Kernel
WinSock-NDIS
Driver Develop
ADO-ODBC
GDI-Bitmap
CSharp
.net
Multimedia Develop
Communication
Shell api
ActiveX/DCOM/ATL
IME Develop
ISAPI-IE
Hook api
Screen saver
DirextX
Process-Thread
Console
File Operate
Printing program
Multi Monitor
DNA
Other
Search - matlab image - List
[
GDI-Bitmap
]
图像平移
DL : 0
Visual c++\\Matlab图像处理与实用案例精选:图像平移-Visual c \\ Matlab Image Processing and practical case Featured : Image Translation
Date
: 2008-10-13
Size
: 242.54kb
User
:
丁俊
[
GDI-Bitmap
]
矩阵类库源代码
DL : 1
Visual c++\\Matlab图像处理与实用案例精选:矩阵类库源代码-Visual c \\ Matlab Image Processing and practical case Featured : matrix class library source code
Date
: 2008-10-13
Size
: 7.85kb
User
:
丁俊
[
Windows Develop
]
matlab函数
DL : 0
cvlib_mex is a collection (over two dozens) of matlab callable routines from the the OpenCV library (www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processing capabilities and it is amazingly fast as well as economic. To get a list of all available functions run cvlib_mex without any arguments, e.g: cvlib_mex Dedicated (short) help on each function is obtained by runing cvlib_mex('funname'), eg: cvlib_mex('resize') A longer help (but often still too short) may be obtained by consulting the OpenCV manual pages. To run this mex you probably need the to have all the dlls in the same directory. Example 1: let IMG be a MxNx3 uint8 image. imr = cvlib_mex('resize',IMG,3.4); will resize the image, using a bilinear interpolation, to 3.4 times the original size. Example 2: let A and B be MxN single arrays. C = cvlib_mex('mul',A,B); will do a per-element multiplication of A and B, or a C = A .* B and cvlib_mex('mul',A,B); will do the same but in-place, storing the result in A.
Date
: 2010-12-03
Size
: 523.35kb
User
:
shshlzh
[
GDI-Bitmap
]
实现增值税发票抵扣联字符识别中的图像倾斜校正
DL : 0
利用VC++ 6.0实现增值税发票抵扣联字符识别中的图像倾斜校正-VC 6.0 VAT invoices deduction copy Character Recognition Image tilt correction
Date
:
Size
: 92kb
User
:
hkx
[
GDI-Bitmap
]
rgb_yuv_1
DL : 0
将.rgb格式的图像转换为.yuv格式的图像,.yuv格式的图像按4:2:0采样-will. Rgb format conversion of images. YUV format images. YUV format image with 4:2:0 sampling
Date
:
Size
: 1kb
User
:
周磊
[
Button control
]
界面设计
DL : 0
在窗体中添加一个image控件来显示matlab绘制的时域和频域波形图形。添加2个text控件用来输入采样点数和采样频率-in the form to add an image controls to show Matlab mapping in time domain and frequency domain waveform graphics. Add two controls for text input sampling frequency and sampling points
Date
:
Size
: 1kb
User
:
任之颖
[
EditBox
]
Cartoon
DL : 1
图像处理中的一个算法, 提供分水岭算法的详细代码。-a arithmetic of image processing, codes for watershed arithmetic.
Date
:
Size
: 37kb
User
:
王磊
[
GDI-Bitmap
]
领域平均法与均值滤波
DL : 0
这是我们在学习数字图像处理过程中,对领域平均法和中值滤波的程序代码。-This is our learning digital image processing, the field average and median filtering the code.
Date
:
Size
: 2kb
User
:
小何
[
Other
]
matl1
DL : 0
一个直方图均衡化的小程序。具体为比较均衡化图象与非均衡化图象的不同。-a histogram equalization of small programs. Specific for a more balanced image of a non-balanced images are different.
Date
:
Size
: 2kb
User
:
付见
[
Other
]
論文
DL : 0
找的一些基於MATLAB的遺傳算法的東東。。及其將其應用於圖像分割的一些程序和文件 (畢業論文)-find some of MATLAB-based Genetic Algorithm saucepan. . And its application for image segmentation some of the procedures and documents (Thesis)
Date
:
Size
: 302kb
User
:
李英喆
[
Button control
]
dsp_matlab100
DL : 0
各种图像边缘提取算法的matlab语言实现及一些测试用图像-various Image Edge Extraction Algorithm Matlab language and some test images
Date
:
Size
: 1.45mb
User
:
zhou
[
GDI-Bitmap
]
dsp_matlab300
DL : 0
各种图像边缘提取算法的C语言实现及一些测试用图像-It provides abundant c program algorithms for image edge check and pictures for testing.
Date
:
Size
: 2.73mb
User
:
zhou
[
Other
]
gray_Code
DL : 0
这是用MATLAB编写的静态图像压缩程序中的基于灰度编码部分-is prepared using MATLAB static image compression based on the procedures Gray coding
Date
:
Size
: 1kb
User
:
黄宇
[
Other
]
gray_Transform
DL : 0
这是用MATALB编写的静态图像压缩程序中的灰度转换部分-This is enriching the preparation of the static image compression process of converting part of Gray
Date
:
Size
: 1kb
User
:
黄宇
[
GUI Develop
]
fm_gui_v2
DL : 2
matlab GUI编程示例,是Fourier-Mellin变换算法的图像匹配程序,非常实用。-Matlab GUI programming paradigm is the Fourier- Transform algorithm Mellin image matching procedures, very practical.
Date
:
Size
: 125kb
User
:
[
Other
]
MRI
DL : 1
采用网格化GRIDDING算法对螺旋轨迹采集的MRI原始数据进行图像重建。-using grid algorithm GRIDDING spiral trajectory acquisition of MRI data from the original image reconstruction.
Date
:
Size
: 4kb
User
:
凌云
[
GDI-Bitmap
]
distance
DL : 0
关于计算机坐标和地球坐标的变换,可以用于图像处理中标线及划分区域。-coordinates on the computer and transform the coordinates of the Earth that can be used in image processing and successful line separating regions.
Date
:
Size
: 1kb
User
:
西风
[
Windows Develop
]
add_score
DL : 0
在图像中加入水印,使用matlab编程,使用是输入一个分数,然后可以检测这个值,-join in the image watermark, the use of Matlab programming, the use of imported a fraction, then can detect this value,
Date
:
Size
: 3kb
User
:
刘江
[
Windows Develop
]
dither_test
DL : 0
对加入水印的图像进行检测,水印加入算法是上一个上传的程序 add_score.m-to join the watermark image detection, joined the watermark algorithm is a procedure upload add_score.m
Date
:
Size
: 1kb
User
:
刘江
[
Windows Develop
]
RepairImNline
DL : 0
对图像进行非线性调整,可用用图像的增强,特别是模糊图像,增加对比度-right image nonlinear adjustment can be used to enhance the image, especially fuzzy images, increase contrast
Date
:
Size
: 1kb
User
:
刘江
«
1
2
...
5
6
7
8
9
10
11
12
13
14
15
...
50
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.