-
7
1. 理解彩色图像的颜色分层原理和方法
2. 利用颜色分层方法对彩色图像进行分层处理
3. 实现对身份证标准图像的背景分离和皮肤区域提取(1 understand the color image color layering principles and methods
(2) the use of color layered approach for hierarchical processing of color images
3 to achieve the standard of identity and separation of the background image to extract the skin region)
- 2011-12-26 17:10:15下载
- 积分:1
-
4
说明: 图象压缩方面的论文
可用于毕业设计方面的工作(Image compression can be used for graduate thesis work of design)
- 2010-05-26 20:22:00下载
- 积分:1
-
Image-segmentation-
图像分割及二值化源码。该程序是交通标识识别的一部分。(Image segmentation and binary code. The traffic sign recognition program is part of.)
- 2011-09-03 10:35:03下载
- 积分:1
-
Split-Bregman
split bregman for sparse image reconstruction
- 2011-05-25 22:00:00下载
- 积分:1
-
3
基于小波变换的水下图像目标检测论文加matlab实现代码(Wavelet-based underwater image target detection papers plus matlab code)
- 2020-11-23 10:09:34下载
- 积分:1
-
immosaic-by--sift
基于sift的图像特征点提取和图像拼接,有可直接运行的代码和图片(Sift the image feature point extraction and image stitching, can be directly run the code and pictures)
- 2012-07-08 21:35:02下载
- 积分:1
-
otsu-canny
基于otsu的自适应阀值canny边缘检测(adaptive canny edge detection based on otsu)
- 2020-06-27 02:00:02下载
- 积分:1
-
kmeans--FCM-SOM
无监督分类方法,包括kmeans,som和fcm,非常好用(Unsupervised classification methods, including kmeans, som and fcm, very easy to use)
- 2020-07-01 11:00:02下载
- 积分: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
-
fibonacci_t
用fibonacci变换方法对图象做置乱或逆置乱,效率极高,在信息隐藏中属常用的方法之一。调用函数为f=fibonacci_t(I,r,s),其中参数分别为I=被置乱的图像,r=置乱密钥,s=0置乱,s=1逆置乱(Fibonacci transformation method used to do on the image or inverse Scrambling Scrambling, high efficiency in the information hidden in one of the methods are commonly used. Call the function f = fibonacci_t (I, r, s), which parameters were I = have been scrambling the image, r = scrambling key, s = 0 Scrambling, s = 1 inverse Scrambling)
- 2007-10-21 09:32:46下载
- 积分:1