-
ChaosImageCode
一个用VC编的混沌图像加密程序,演示了如何读写图像,如何用混沌算法加密解密。(a program for encrypting image by chaos algorithm,based on VC.)
- 2017-11-03 09:36:54下载
- 积分:1
-
createSeed
说明: 通过用户给定的标签信息,来提取图像中的标记像素点位置,保存为种子点(Through the label information given by the user, the position of the label pixels in the image is extracted and saved as seed points.)
- 2020-06-16 01:20:02下载
- 积分:1
-
大恒相机二次开发,单次采集
大恒相机二次开发,单次采集
- 2020-11-07下载
- 积分:1
-
Halcon Machine Vision
说明: Halcon与C#联合编程(Halcon12)(Halcon and C# joint programming (Halcon 12))
- 2020-07-02 15:37:50下载
- 积分:1
-
butterfly
根据16点DFT算法得出的运算流程图,得到的16点DFT蝶形运算函数(16 point s DFT algorithm)
- 2013-04-07 11:52:45下载
- 积分:1
-
SyntheticAlgorithm
离散小波变换(母小波采用db24)和FFT变换的混合算法,对谐波分量进行分析,求出各平稳谐波分量幅值及时变信号的发生时间(Hybrid algorithm of discrete wavelet transform and FFT transform analysis of the harmonic components, the calculated steady harmonic component amplitude and time-varying signal occurred)
- 2012-10-15 18:30:22下载
- 积分:1
-
Producing-Letters-on-7Segment
Assembly code for interfacing a 7segment that display a random Letters.
- 2013-08-08 14:50:59下载
- 积分:1
-
GryAvGryHist1
将黑白图像转换成灰度级—邻域平均灰度级二维直方图(Black and white images will be converted into gray-scale- the average gray-scale neighborhood of two-dimensional histogram)
- 2009-04-21 21:25:16下载
- 积分:1
-
gbvs
静态图像显著性分析程序,利用matlab开发。加州理工三位教授所写。(Software] Saliency Map Algorithm : MATLAB Source Code
Below is MATLAB code which computes a salience/saliency map for an image or image sequence/video (either Graph-Based Visual Saliency (GBVS) or the standard Itti, Koch, Niebur PAMI 1998 saliency map). See the included readme file for details. I also have a newer, simpler version implementing only the Itti algorithm (see simpsal/readme.txt).
Please try it out and email me if you have any questions.
Download:
Please select one of the following to download:
[gbvs.zip]
This package includes an implementation of the full GBVS algorithm. It also lets you compute an Itti, Koch, Niebur saliency map. It includes a function for computing the ROC score between eye-movements (provided as x,y fixation points) and a saliency map, and a function for displaying a saliency map overlayed on top of an image (as in the screenshot below).
Right after you download the zip file, you must change into the gbvs/ directory and run:
>>)
- 2011-09-11 15:56:18下载
- 积分:1
-
MATLAB如何将图片切分成任意MN块
说明: MATLAB如何将图片切分成任意M*N块 在图像处理的时候,有时会不可避免的将图像分块来进行操作,但是图像的像素不可能每次都是可以被整除的,所以我们需要imresize函数对图像的尺寸进行修改,以便可以完成M*N块的分割(How can matlab cut the image into any m * n blocks? Sometimes it is inevitable to divide the image into blocks for operation. However, the pixels of the image can not be divided every time. So we need to modify the size of the image with the function of reduce to complete the m * n block segmentation)
- 2020-05-09 14:17:19下载
- 积分:1