-
图形学中的纹理贴图程序
图形学中的纹理贴图程序-graphics textures of procedures
- 2022-09-13 06:30:02下载
- 积分:1
-
jpeg2000中的空间变换中的DWT,5/3无损小波,这是在ADI blackfin535 DSP平台下的...
jpeg2000中的空间变换中的DWT,5/3无损小波,这是在ADI blackfin535 DSP平台下的-JPEG2000 transform space of the DWT, 5/3 wavelet lossless, which is in the ADI blackfin535 DSP platform
- 2022-02-05 00:31:41下载
- 积分:1
-
彩色图像量化KMEAN集群
kmean聚类彩色图像量化
- 2022-06-27 09:27:58下载
- 积分:1
-
Examples of this chapter is a similar tool ACDSee image browser
本章实例是一个类似ACDSee的图像浏览工具――GraphShower。raphShower主要实现如下功能:
⑴ 类似ACDSee的图片浏览功能。用户只需要打开一个图片,就能利用菜单栏、工具栏或者快捷键快捷的浏览该图像所在目录的所有图像。使用方法与ACDSee类似。
⑵ 图像的缩放显示功能。图像可以支持以下四种显示模式:
① 原始大小:以原始大小显示图像。如果图像大小比视图小,则显示在正中;如果图像比视图大,则显示部分图像。用户可以利用鼠标拖动图像以显示其它部分。
② 适合宽度:保持图像长宽比例缩放图像,使图像宽度等于视图宽度。
③ 适合高度:保持图像长宽比例缩放图像,使图像高度等于视图高度。
④ 适合屏幕:自动判断图像的显示方式,使图像能在当前视图上完整显示。
⑶ 特效显示。GraphShower支持以下特效:向下扫描、垂直双重扫描、向右移动、水平双重移动、垂直百叶窗、水平百叶窗、垂直栅条、水平栅条、马赛克和雨滴。
⑷ 文件目录窗口。通过目录树可以直接打开图像文件。
⑸ 位图浏览窗口。以缩略图的形式显示图像。
-Examples of this chapter is a similar tool ACDSee image browser- GraphShower.
- 2022-03-11 10:30:18下载
- 积分:1
-
这是GPS车辆监控调度系统的部分源码及资料
这是GPS车辆监控调度系统的部分源码及资料-This is the GPS vehicle monitoring and dispatching system parts and information source
- 2023-01-13 10:05:04下载
- 积分:1
-
这是一个三维立方体旋转动画,但要注意在运行可执行文件时很容易死机。...
这是一个三维立方体旋转动画,但要注意在运行可执行文件时很容易死机。-This is a three-dimensional rotating cube animation, but in which to run the executable file is very prone to crashing.
- 2022-02-20 01:57:04下载
- 积分:1
-
一个简易cad的源代码,是我花钱买的哦,基本的功能都有,值得研究学习下,全部代码用vc编写...
一个简易cad的源代码,是我花钱买的哦,基本的功能都有,值得研究学习下,全部代码用vc编写-Cad a simple source code that I spend money on the Oh, the basic function, to be studied under study, all of the code prepared by vc
- 2022-05-21 03:13:13下载
- 积分:1
-
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(...
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load()Picture1.BackColor = RGB(255, 255, 255)N = 0End SubPrivate Sub picture1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)If Button = 1 ThenCX1 = CInt(X): CX2 = CInt(X)CY1 = CInt(Y): CY2 = CInt(Y)End IfEnd Sub-linear scanning algorithm rivate AM1 (100) As Integer, AY1 (100) As Integer, AX2 (100) As Integer, AY2 (100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load () Picture1.BackColor = RGB (255, 255, 255) N = 0End SubPrivate Sub picture1_MouseDown (Button As Integer, Shift As Integer, As Single X, Y As Single) If Button = = a ThenCX1 CInt (X) : CX2 = CInt (X) = CY1 CInt (Y) : CY2 = CInt (Y) End Sub IfEnd
- 2023-04-06 10:20:03下载
- 积分:1
-
Affine transformation matlab program on the 2
仿射变换 matlab 程序 关于2维配准-Affine transformation matlab program on the 2-D registration
- 2023-02-05 19:50:03下载
- 积分:1
-
将读入的视频文件切割为连续的帧序列
首先读入的视频序列,获得总帧数,然后依次读取,最后把读取出来的每一帧图像写入到指定的路径上,并指定每一帧图像的名字。
- 2023-07-20 11:55:05下载
- 积分:1