-
Pic_auto_choose
实现多层tiff显微图像识别,追踪显微镜下PS微球的坐标并给出颗粒运动轨迹(Multi-layer TIFF micro-image recognition is realized. The coordinates of PS microspheres under the microscope are tracked and the trajectories of particles are given.)
- 2019-03-15 16:29:05下载
- 积分:1
-
sobel_filter_zx1809_v10
说明: 图像边缘检测,图像中值滤波和MATLAB处理(Digital Image processing based on FPGA)
- 2019-05-22 13:46:59下载
- 积分:1
-
LBP-SIFT-image-matching-algorithm-combined
SIFT和旋转不变LBP 相结合的图像匹配算法(数字图像处理/图像匹配)(SIFT and LBP combined rotation invariant image matching algorithm (digital image processing/image matching))
- 2010-12-27 11:55:53下载
- 积分:1
-
Kinect_DepthCanny
用kinect获取3D图像,并从3D图像中用OpenCV方法从深度图中获取梯度边缘,从而得到更多信息,做后续处理(Get with kinect 3D images, and get the edge gradient from the depth map from a 3D image using OpenCV method to obtain more information, do follow-up treatment)
- 2014-02-21 21:19:53下载
- 积分:1
-
神经网络实现人脸识别任务
通过python第三方库和matlab神经网络工具箱实现人脸识别(Face recognition using MATLAB and python through neural network)
- 2017-11-29 00:29:58下载
- 积分:1
-
Image Processing toolbox
说明: 图像处理小工具箱,包括中值滤波,高斯滤波,均值滤波,canny边缘提取等小程序(Image processing toolbox, including median filter, gaussian filter, mean filter, canny edge extraction and other small procedures)
- 2020-11-07 14:09:48下载
- 积分:1
-
pingyi
说明: 用matlab语言开发的图像平移程序,包含测试图片(Matlab language used to develop the image translation process, including test picture)
- 2008-11-22 21:21:13下载
- 积分:1
-
高仿QQ2013登陆界面
高仿QQ2013登陆界面
- 2014-07-13下载
- 积分:1
-
JPEGCompression
说明: 编码:
(1)进行颜色转换,将RGB格式转换为YUV格式。
(2)将待编码的N×N的图像分解成(N/8)^ 2 个大小为8×8的子图像。
(3)对每个子图像进行DCT变换,得到各子图像的变换系数。这一步的实质是把空间域表示的图像转换成频率域表示的图像。
(4)对变换系数进行量化。
(5)进行Z字形重排
(6)使用霍夫曼变长变码编码器对量化的系数进行编码,得到压缩后的图像(数据)。
解码:
(1) 对压缩的图像数据进行解码,得到用量化系数表示的图像数据。
(2) 进行反Z字型重排
(3)用与编码时相同的量化函数或量化值表对用量化系数表示的图像数据进行逆量化,得到每个子图像的变换系数。
(4)对逆量化得到的每个子图像的变换系数进行反向正交变换(如反向DCT变换等),得到(N/8)^2 个大小为8×8的子图像。
(5)将(N/8)^2 个大小为8×8的子图像重构成一个N×N的图像。
(6)进行颜色组合,将YUV格式转换为RGB格式图像。(JPEG compression and decompression process)
- 2019-02-18 22:58:13下载
- 积分:1
-
GrayGradinet
灰度共生矩阵、灰度梯度共生矩阵提取纹理特征(Gray Level Co-occurrence matrices, gray-gradient co-occurrence matrix texture features extracted)
- 2021-02-26 23:09:37下载
- 积分:1