-
GLCM-implement
实现了灰度共生矩阵,并应用到了几张图片上。 C++ 和OPENCV 代码。 图像处理(GLCM achieved and applied to a few pictures. C++ and OPENCV code. Image Processing)
- 2011-01-26 02:35:22下载
- 积分:1
-
siftDemoV4
图像匹配的实现,其中match.m:测试程序,sift.m :尺度不变特征变换(SIFT算法)的核心算法程序,appendimages.m: 该函数创建一个新的图像分别包含两个匹配的图像和他们之间的匹配对的连接直线,可以运行。
(The realization of image matching, which match.m: test program, sift.m: scale-invariant feature transform (SIFT algorithm) of the core algorithm, appendimages.m: This function creates a new image each consists of two images and matching match between them on the connection line, you can run.)
- 2011-10-14 08:44:40下载
- 积分:1
-
lvboqqqqqqq
于傅里叶变换的图像加密技术研究
具体是将一幅图像用 fft 变换到频域
在频域中进行加密 我考虑的是通过随机相位来加密的方法,请问用matlab怎样实现
加密后在通过 ifft 得到加密后的图象
(Fourier transform in the image encryption technology to study the details of an image is to use fft transformed to the frequency domain in the frequency domain I consider encryption is through random-phase approach to encryption, Will the use of Matlab how to achieve the adoption of encryption ifft be encrypted images)
- 2006-09-07 20:44:18下载
- 积分:1
-
FFT_armtest_vc
这是一个比较全面的傅里叶变换,例子中含有测试的图片,能让人更加明白傅里叶变换的处理效果。(This is a more comprehensive Fourier transform, the example contains a picture of the test, can make people more aware of the Fourier transform of the treatment effect.)
- 2012-07-10 10:57:38下载
- 积分:1
-
c# 一个简单的GDI画图实例
入门级GDI画图实例
- 2013-04-23下载
- 积分:1
-
jiaodianjiance
用matlab编写的harris角点检测与匹配程序,适用于matlab图像处理与编程(Matlab prepared with harris corner detection and matching procedures, applicable to matlab image processing and programming)
- 2008-04-14 10:37:06下载
- 积分:1
-
compressed-sensing
压缩感知,稀疏表示采用小波基表示,压缩测量采用随机高斯矩阵,重构算法是omp重构(Compressed sensing, sparse representation using wavelet representation, compression measurements using random Gaussian matrix remodeling reconstruction algorithm is omp)
- 2013-10-17 12:51:03下载
- 积分:1
-
GeometricVersion3
课程设计
几何图形(满分50 分)
版本1:满分10 分
设计抽象类GeometricObject 及其子类Triangle 和Circle。
GeometricObject 类设计要求如下:
■ 一个名为color 的Color 类型的私有数据域,表示对象的颜色。
■ 一个名为filled 的Boolean 类型的私有数据域,表示对象是否填充颜色。
■ 一个名为dateCreated 的Date 类型的私有数据域,表示对象的创建日期。
■ 一个无参构造方法。
■ 一个能创建特定color 和filled 的有参构造方法。
■ 相关数据域的访问器和修改器。
■ 两个个名为draw 和erase 的抽象方法。
■ 一个名为getArea 的抽象方法。
■ 一个名为getPerimeter 的抽象方法。
■ 重写toString 方法。
Triangle 类设计要求如下:
■ 三个名为side1、side2 和 side3 的double 类型的私有数据域表示三角形的三条边。它
们的默认值是1.0。要求三个数据域保留2 位小数。
■ 一个无参的构造方法创建默认三角形。
■ 一个能创建带指定side1、side2 和 side3 的有参构造方法。
■ 所有三个数据域的访问器和修改器方法。
■ 父类抽象方法的实现。
■ 重写toString 方法。
Circle 类(Curriculum Design
Geometry (out of 50)
Version 1: 10 points
Design an abstract class and its subclasses GeometricObject Triangle and Circle.
GeometricObject class design requirements are as follows:
■ a named color of the Color type private data field that indicates the object s color.
■ a Boolean type called filled private data field that indicates whether the object fill color.
■ Date type named dateCreated private data field, which means that the object was created.
■ a no-argument constructor.
■ one can create a specific color and filled in with arg constructor.
■ Related data field accessor and modifier.
■ two months called draw and erase the abstract methods.
■ an abstract method named getArea.
■ an abstract method named getPerimeter.
■ overridden toString method.
Triangle class design requirements are as follows:
■ three named side1, side2 and a double side3 private data field indicates the type of triangle with three sides. It
Our default value is 1.0. Requires)
- 2020-12-10 08:59:18下载
- 积分:1
-
paticle_filter_tracking
运用基于粒子滤波法和MEANSIFT算法实现视频序列的目标跟踪(The use of particle filter based algorithm and MEANSIFT tracking video sequences)
- 2010-11-28 15:47:44下载
- 积分:1
-
Divine
将需要处理的图像进行九等分,输出分割的图像并确认是否保存。——By LPETERPAN(Will need to deal with the image of nine equal, the output image segmentation and confirm whether to save.—— LPETERPAN)
- 2016-07-31 12:11:28下载
- 积分:1