登录
首页 » Java » src

src

于 2020-06-16 发布
0 1087
下载积分: 1 下载次数: 3

代码说明:

说明:  基于内容的图片搜索,基于java实现,图片搜索及图像相似度计算(Content-based image retrieval)

文件列表:

src, 0 , 2015-06-01
src\Distances, 0 , 2015-06-01
src\Distances\Crosscorrelation_neg.java, 3045 , 2010-11-17
src\Distances\Euclidean_distance.java, 477 , 2010-11-17
src\Distances\Intersection_distance.java, 703 , 2010-11-17
src\Interface, 0 , 2015-06-01
src\Interface\BrowsePane.java, 1384 , 2010-12-07
src\Interface\MainFrame.java, 4331 , 2010-12-07
src\Interface\MouseHandler.java, 2801 , 2010-12-07
src\Interface\UserPane.form, 4287 , 2010-12-09
src\Interface\UserPane.java, 2034 , 2010-12-09
src\Interface\XLabel.java, 2671 , 2010-12-07
src\Interface\interface_main.java, 432 , 2010-12-07
src\Interface_test, 0 , 2015-06-01
src\Interface_test\BrowsePane.java, 1389 , 2010-12-07
src\Interface_test\MainFrame.java, 12127 , 2010-12-11
src\Interface_test\MouseHandler.java, 2781 , 2010-12-07
src\Interface_test\UserPane.form, 5722 , 2010-12-11
src\Interface_test\UserPane.java, 3565 , 2010-12-11
src\Interface_test\XLabel.java, 2890 , 2010-12-07
src\Interface_test\interface_main.java, 437 , 2010-12-07
src\Test_Color, 0 , 2015-06-01
src\Test_Color\Class_Color.java, 5997 , 2010-11-17
src\Test_Color\Crosscorrelation_neg.java, 3025 , 2010-11-17
src\Test_Color\Test_cl_main.java, 885 , 2010-11-17
src\Test_Shape, 0 , 2015-06-01
src\Test_Shape\Binarization.java, 211 , 2010-11-17
src\Test_Shape\Class_fft.java, 3350 , 2010-11-17
src\Test_Shape\EdgeDetection.java, 235 , 2010-11-17
src\Test_Shape\PolarRaster.java, 2073 , 2010-11-17
src\Test_Shape\RegionalSegmentation.java, 67 , 2010-11-17
src\Test_Shape\plr.java, 1993 , 2010-11-17
src\Test_Shape\plrnew.java, 2343 , 2010-11-17
src\Test_Shape\polarrastermain.java, 1577 , 2010-11-17
src\Test_Shape\shape_main.java, 52 , 2010-11-17
src\Test_Texture, 0 , 2015-06-01
src\Test_Texture\Class_Texture.java, 2617 , 2010-11-17
src\Test_Texture\Class_fft.java, 2552 , 2010-11-17
src\Test_Texture\Class_ifft.java, 2648 , 2010-11-17
src\Test_Texture\Crosscorrelation.java, 3049 , 2010-11-17
src\Test_Texture\Euclidean_distance.java, 480 , 2010-11-17
src\Test_Texture\GaborFilter.java, 1840 , 2010-11-17
src\Test_Texture\Input_Image.java, 4438 , 2010-11-17
src\Test_Texture\Intersection_distance.java, 706 , 2010-11-17
src\Test_Texture\Reorient.java, 3126 , 2010-11-17
src\Test_Texture\Resize.java, 50 , 2010-11-17
src\Test_Texture\texture_main_comparison.java, 1775 , 2010-11-17
src\Test_Texture\texture_main_single.java, 836 , 2010-11-17
src\Texture, 0 , 2015-06-01
src\Texture\Class_fft.java, 2739 , 2010-11-17
src\Texture\Class_ifft.java, 3934 , 2010-11-17
src\Texture\GaborFilter.java, 4445 , 2010-11-17
src\Texture\Image_Transform.java, 6152 , 2010-11-17
src\Texture\Reorient.java, 2419 , 2010-11-17
src\Texture\multiply_main.java, 3363 , 2010-11-17

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Desktop
    适用于任意图像中轮廓的直线段检测与描绘,对于公路车道直线检测具有良好效果。(Linear segment detection and description for contours in arbitrary Images,it has good effect for straight line detection of highway lanes.)
    2020-06-19 22:20:02下载
    积分:1
  • DCTjiami
    dct和混沌相结合的图像加密,速度较慢但可以用来学习(DCT and chaotic combination of image encryption, slower but can be used to study)
    2008-05-18 08:41:17下载
    积分:1
  • envi_zonal_statistics
    说明:  通过编写IDL语言,实现使用IDL语言进行分区统计功能。(By writing IDL language, the function of partition statistics using IDL language is realized.)
    2019-11-29 17:08:17下载
    积分:1
  • watershed_example
    说明:  分水岭算法是一种图像区域分割法,在分割的过程中,它会把跟临近像素间的相似性作为重要的参考依据,从而将在空间位置上相近并且灰度值相近的像素点互相连接起来构成一个封闭的轮廓,封闭性是分水岭算法的一个重要特征。本示例适用于二维和三维图像,计算分水岭变换并将结果标签矩阵显示为RGB图像。 分水岭算法是一种图像区域分割法,在分割的过程中,它会把跟临近像素间的相似性作为重要的参考依据,从而将在空间位置上相近并且灰度值相近的像素点互相连接起来构成一个封闭的轮廓,封闭性是分水岭算法的一个重要特征。本示例适用于二维和三维图像,计算分水岭变换并将结果标签矩阵显示为RGB图像。(The watershed algorithm is an image region segmentation method. In the segmentation process, it will use the similarity with neighboring pixels as an important reference basis, so as to connect pixels that are close in space and have similar gray values to each other. Forming a closed contour, closedness is an important feature of the watershed algorithm. This example applies to 2D and 3D images, calculates the watershed transformation and displays the resulting label matrix as an RGB image.)
    2020-04-08 21:45:20下载
    积分:1
  • kock2
    六次迭代使三角形三条线分形折叠,最后组成雪花(Six iterations make triangles become snow)
    2015-11-05 09:44:29下载
    积分:1
  • 视频转帧
    视频转帧预处理 ,应用于红外图像序列处理,为后续处理提供便宜。(Video frame preprocessing, applied to infrared image sequence processing, provides cheaper for subsequent processing.)
    2020-06-25 17:00:02下载
    积分:1
  • 小波分解
    输入待分解图像的数据矩阵 可以显示原始图像以及其尺度2的小波分解图 小波包函数可在函数中自行修改(The input matrix of the image to be decomposed can display the original image and the wavelet packet function of the wavelet decomposition graph of scale 2 can be modified by itself in the function.)
    2018-08-06 11:23:42下载
    积分:1
  • jpegencode
    JPEG图像压缩编码原代码。用matlab开发。(JPEG image compression coding the original code. Using matlab development.)
    2008-06-30 21:29:46下载
    积分:1
  • HoughChange
    检测图形中的直线,在程序中稍微改动,即可检测多条直线(Detection of graphics in a straight line, a slight change in the procedure, can detect more than a straight line)
    2007-12-09 14:33:41下载
    积分:1
  • 7.3.1
    一维数据的Kalman滤波处理,线性卡尔曼滤波的Simulink仿真(Kalman filter processing for one-dimensional data, Simulink simulation for linear Kalman filtering)
    2018-07-19 09:38:49下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载