-
jingnaicha
本程序用C语言在LSB上添加水印。最低有效位(LSB)是给这些单元值的一个二进制整数位位置,就是,决定是否这个数字是偶数或奇数。LSB有时候是指最右边的位,因为写较不重要的数字到右边位置符号的协定。它类似于一个十进制整数的最不重要的数字,它是在一个(最右边)位置的数字。(This program in C language to add a watermark on the LSB. The least significant bit (LSB) is a binary integer position to the value of these units, that is, to decide whether this number is even or odd. LSB is sometimes referred to as the rightmost bit, write a less important figure to the right location symbol Agreement. It is similar to the most significant digit of a decimal integer, it is the number in a (far right) position.)
- 2012-02-24 10:34:45下载
- 积分:1
-
unet-master 2
说明: 使用unet对图像进行分割的源码,里面有训练集,可以根据自己的需要更换训练数据。(Use the source code of the image segmentation using UNET, which has a training set, you can change the training data according to your own needs.)
- 2020-06-29 21:22:43下载
- 积分:1
-
Sparsity-Collaborative-Track
基于稀疏表示的目标跟踪,对于稀疏表示应用于图像处理的同志可是一个借鉴。(Robust Object Tracking via Sparsity-based Collaborative Model)
- 2013-05-25 12:23:35下载
- 积分:1
-
TV
说明: 经典图像处理灰度图像去噪模型,以及改进模型效果不错(Classic image processing gray image denoising model, and improved model good results.)
- 2018-06-19 09:39:05下载
- 积分:1
-
yanjing
通过图像处理技术实现对眼睛中的细微血管的提取,并进行强度变换,使效果更好。(Through the realization of extraction of slight blood vessels in the eye image processing technology, and intensity transformation, so that the effect is better.)
- 2014-12-14 20:12:37下载
- 积分:1
-
Clustering-algorithm
本文介绍了支持向量机基于核方法的聚类算法及其应用(This paper introduced the support vector machine based on kernel method for clustering algorithm and its application
)
- 2020-10-05 17:27:38下载
- 积分:1
-
object_tracking_based_on_kalman
说明: 实现基于卡尔曼滤波器的多目标跟踪,可进行相关了解与研究(object tracking based on kalman)
- 2019-06-06 09:40:59下载
- 积分:1
-
Totalvariation
一个自适应的滤波处理的方法,可以对图像有很好的处理效果。(An adaptive filtering method of treatment can have a good image the effect of treatment.)
- 2009-03-11 21:15:52下载
- 积分:1
-
C# 实现简单数字验证码解析(Tesseract OCR 解析验证码) 实例代码
具体实现思路:以4位数字的验证码为例 1、人工将验证码的4位数字每位对应的代码存入数据库中,每位存入0-9对应的代码,每个数可以多存这样可以提高识别率; 2、获取验证码以后,对其进行去背景、灰度处理、去噪点处理、分片处理以后生成每位数字对应的代码; 3、去背景色,这一步的目的是把验证码和背景颜色区别开来。4、去噪声:这一步要取出图像上的孤立点。这些孤立点被认为是噪声。 孤立点的定义:某个点,周围没有与该点等值的点。 或者某个连接块,该连接块的元素的个数小于某个给定值K, 把元素个数很小的连接块也定义为孤立点,有助于去处噪声。 去噪声算法:参照去背景算法。 5、图像锐化:图像锐化的目的是增强边界。这一步是可选的。看验证码的情况,这一步可以跳过。 6、图片有效区域截取:这个操作是将图片除验证码字符以外的边框去掉,只留下验证码字符图片,这样保证分片的准确性。 7、图片分片处理,这个处理是将整个图片分割成单个字符图片。8、拿分片图像生成的代码(eg:000111110011…..)与DB中已有代码相比较,取得相似度最高的即要验证码的字符; 注:如果DB的样本越多,识别的准确率也越高,但是速度会相应变慢
- 2013-02-18下载
- 积分:1
-
LBF
说明: 这是“Implicit Active Contours Driven by Local Binary Fitting Energy”(简称LBF模型)的MATLAB源代码。LBF模型是非常重要局部区域活动轮廓模型,它被广泛使用于各个领域,如MRI大脑图像分割,血管图像分割,图像偏差场纠正。(This is the "Implicit Active Contours Driven by Local Binary Fitting Energy" (referred to as the LBF model) of the MATLAB source code. LBF model is very important to local area active contour model, which is widely used in various fields, such as MRI brain image segmentation, vessel segmentation, image bias field correction.)
- 2021-04-16 10:58:53下载
- 积分:1