登录
首页 » 图形图像 » JAVA tensile zoom images

JAVA tensile zoom images

于 2022-03-21 发布 文件大小:37.96 kB
0 160
下载积分: 2 下载次数: 1

代码说明:

JAVA语言实现的拉伸缩放图像-JAVA tensile zoom images

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

发表评论

0 个回复

  • AUTOCAD的二次开发。该软件有一个主要功能是利用计算机堆栈技术和迷宫算法在CAD中自动求出最短路径长度(其中还利用了CAD的扩展数据技术,自定义了单链表类和...
    AUTOCAD的二次开发。该软件有一个主要功能是利用计算机堆栈技术和迷宫算法在CAD中自动求出最短路径长度(其中还利用了CAD的扩展数据技术,自定义了单链表类和自定义栈类,ADO数据库连接)-AUTOCAD secondary development. The software is a main function is to use computer technology stack and the maze of CAD algorithm automatically calculated the shortest path length (which also use the expansion of the CAD data, since the definition of a single linked list and category-defined stack category, ADO database connectivity)
    2022-04-19 04:32:24下载
    积分:1
  • Graphics programming, it looks like the effect is three
    图像编程,出来效果貌似是三维的地图,但是有一个小BUG,需要改正-Graphics programming, it looks like the effect is three-dimensional map, but there is a small BUG, the need for correction. . . . . . . . . . . . . . . . . . .
    2022-04-17 14:17:38下载
    积分:1
  • 这个里面的是一些技术文章,对了解学的一些新的技术比较适用,通过适用这些新的技术,可以得到一些比较新的效果...
    这个里面的是一些技术文章,对了解图形学的一些新的技术比较适用,通过适用这些新的技术,可以得到一些比较新的效果-The inside is a number of technical articles, the understanding of some graphics comparing the application of new technologies, through the application of these new technologies, you can get some relatively new effects
    2022-11-15 03:35:04下载
    积分:1
  • XNA3.0创建地,根据McGraw.Hill.Microsoft.XNA.Game.Studio.Creators.Guide.Jun.2007.pdf第2...
    XNA3.0创建地形,根据McGraw.Hill.Microsoft.XNA.Game.Studio.Creators.Guide.Jun.2007.pdf第25章改写-Xna3.0 terrain,based on McGraw.Hill.Microsoft.XNA.Game.Studio.Creators.Guide.Jun.2007.pdf chapter25
    2023-06-07 07:10:02下载
    积分:1
  • 基于vs2010的las文件读取显示及基本的处理
    应用背景个人编写的lidar数据las格式的基本读取和处理程序,调试完全通过无debug,可直接运行学习及后续应用开发。基于vs2010中vc++开发,可用于学习或者后续开发使用,希望多多学习交流!关键技术基于vs2010的las文件读取显示及基本的处理,读取采用liblas,显示采用opengl,完整通过调试,可直接学习应用,包含放大,缩小,平移,强度模式,高度模式,基本的滤波等操作,可用于lidar数据的读取及处理,编程源码为后续开发提供支撑!
    2023-07-15 06:55:05下载
    积分:1
  • directx3d create daughters directx3d create daughters
    directx3d 创建子体 directx3d 创建子体-directx3d create daughters directx3d create daughters
    2022-01-27 19:06:13下载
    积分:1
  • a good VRML virtual procedures, oh look at the letter
    一个很好的VRML虚拟的程序,不信看一看哦-a good VRML virtual procedures, oh look at the letter
    2022-04-25 16:11:33下载
    积分:1
  • 基于visual c++ 2008环境 该实例是一个类似ACDSee的浏览工具――GraphShower。GraphShower主要实现如下功能:...
    基于visual c++ 2008环境 该实例是一个类似ACDSee的图像浏览工具――GraphShower。GraphShower主要实现如下功能: ⑴ 类似ACDSee的图片浏览功能。用户只需要打开一个图片,就能利用菜单栏、工具栏或者快捷键快捷的浏览该图像所在目录的所有图像。使用方法与ACDSee类似。 ⑵ 图像的缩放显示功能。图像可以支持以下四种显示模式: ① 原始大小:以原始大小显示图像。如果图像大小比视图小,则显示在正中;如果图像比视图大,则显示部分图像。用户可以利用鼠标拖动图像以显示其它部分。 ② 适合宽度:保持图像长宽比例缩放图像,使图像宽度等于视图宽度。 ③ 适合高度:保持图像长宽比例缩放图像,使图像高度等于视图高度。 ④ 适合屏幕:自动判断图像的显示方式,使图像能在当前视图上完整显示。 ⑶ 特效显示。GraphShower支持以下特效:向下扫描、垂直双重扫描、向右移动、水平双重移动、垂直百叶窗、水平百叶窗、垂直栅条、水平栅条、马赛克和雨滴。 ⑷ 文件目录窗口。通过目录树可以直接打开图像文件。 ⑸ 位图浏览窗口。以缩略图的形式显示图像。 -err
    2023-04-20 10:25:03下载
    积分:1
  • This zip file contains source code and windows executables for carrying out face...
    This zip file contains source code and windows executables for carrying out face detection on a gray scale image. The code implements Viola-Jones adaboosted algorithm for face detection by providing a mex implementation of OpenCV s face detector. Instructions for use and for compiling can be found in the Readme file. Usage: FaceDetect (, ) The function returns Nx4 matrix. In case no faces were detected, N=1 and all four entries are -1. Otherwise, N=number of faces in the image and the vector contains the x, y, width and height information of the face. Example, A = imread ( lena.jpg , JPG ) Img = double (rgb2gray(A)) Face = FaceDetect( haarcascade_frontalface_alt2.xml ,Img) -This zip file contains source code and windows executables for carrying out face detection on a gray scale image. The code implements Viola-Jones adaboosted algorithm for face detection by providing a mex implementation of OpenCV s f
    2022-07-12 10:23:46下载
    积分:1
  • 在状态条中显示滚动的文本ShowScollTextInStatusBar.rar
    在状态条中显示滚动的文本ShowScollTextInStatusBar.rar-the state of the show rolling text ShowScollTextInStatusBar.rar
    2022-03-18 12:57:53下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载