-
shibie
一种水平投影和垂直投影来分割车牌的m文件(A horizontal projection and vertical projection to the m file partition plate)
- 2020-11-05 19:19:50下载
- 积分:1
-
levelset segmentation biasCorrection v1
水平集(level set)的基本思想是将界面看成高一维空间中某一函数ψ(称为水平集函数)的零水平集,同时界面的演化也扩充到高一维的空间中。我们将水平集函数按照它所满足的发展方程进行演化或迭代,由于水平集函数不断进行演化,所以对应的零水平集也在不断变化,当水平集演化趋于平稳时,演化停止,得到界面形状。(The level set (level set) the basic idea is to interface as a higher dimensional space in a function (called a level set function) of the zero level set, and the interface evolution also extended to higher dimensional space. We evolve or iterate the level set function according to the evolution equation it satisfies. Because the level set function keeps evolving, so the corresponding zero level set is also changing. When the level set evolves to a stable state, the evolution stops, and the interface shape is obtained.)
- 2018-03-16 09:47:21下载
- 积分: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
-
LSB替换隐写
说明: LSB(英文 least significant bit)即最低有效位。LSB加密是信息隐藏中最基本的方法。由于人们识别声音或图片的能力有限,因此我们稍微改动信息的某一位是不会影响我们识别声音或图片的。(LSB replace steganography)
- 2021-04-20 11:48:50下载
- 积分:1
-
dip.readAndwrite
A MFC demo which can read, write and display images
- 2010-12-22 17:11:40下载
- 积分:1
-
PHD
用PHD滤波的方法实现多目标跟踪,及对PHD滤波性能的检测。(PHD filter method using multi-target tracking, and performance testing for the PHD filter.)
- 2021-01-01 18:48:58下载
- 积分:1
-
chenggongchengxu
rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h"
#include <iostream.h>
void main(float R, float G, float B, float& H, float& S, float&V)
{
// r,g,b values are from 0 to 1
// h = [0,360], s = [0,1], v = [0,1]
// if s == 0, then h =-1 (undefined)
float min, max, delta,tmp
tmp = R>G?G:R
min = tmp>B?B:tmp
tmp = R>G?R:G
max = tmp>B?tmp:B
V = max // v
delta = max- min
if( max != 0 )
S = delta/max // s
else
{
// r = g = b = 0 // s = 0, v is undefined
S = 0
H = 0
return
}
if (delta == 0){
H = 0
return
}
else if(R == max){
if (G >= B)
H = (G- B)/delta // between yellow & magenta
else
H = (G- B)/delta+ 6
}
else if( G == max )
H = 2+ ( B- R )/delta // between cyan & yellow
else if (B == ma)
- 2011-12-02 10:09:24下载
- 积分:1
-
ForensiDetectionofImageManipulationUsing
Image Pixel Value mapping for Forensic images
- 2010-12-10 12:18:44下载
- 积分:1
-
ggongzhennQo
gongzhenQ.m:计算双稳态随机共振系统输入输出信信噪比增益,非常明显的随机共振现象。,已通过测试。
(gongzhenQ.m: calculation of the stochastic resonance of bistable stochastic resonance system input output signal SNR gain, it is clear. , Has been tested.)
- 2012-06-09 10:49:43下载
- 积分:1
-
fenlei
分类程序的实现,可在vc++平台中运行,方便大家对算法的熟悉与学习(Classification procedures to achieve, can be run in vc++ platform to facilitate learning of the algorithm are familiar with)
- 2013-07-11 21:16:09下载
- 积分:1