-
-
-
-
-
chushengren.rar
java中大部分对图形、文本、图像的操作方法都定义在Graphics类中,所以此次实验使用的方法如Color(int r, int g,int b), setColor(Color c),drawline(int x1,int y1,int x2,int y2)等都来自Graphics类中,此外对文本和字体的处理还用到了Font类中的 new Font(“字体名”,字体风格,字体大小),setFont(Font f)等方法;
-
Gamma.rar
Calibration(Ca200Sample_Cal.exe) provides(GAMMA测试调整工具,CA-210所带的样本程序)
Setting of coefficients of Matrix Calibration / White Calibration / Standard Color.
Read and write of CA calibration files.
Assist user calibration with KONICA MINOLTA CS-1
-
Color.rar
Measurement of gamma characteristic(Ca200Sample_Gamma.exe)provides
Gamma characteristics of W,R,G and B.
Measurement at 16,32,64,128,256 gradation.
-
viewer3d_version5.zip
MATLAB的三维物体浏览器
Fast MIP, Color and Shaded 3D (shearwarp) Volume Rendering, inc. interactive 3D view GUI .
-
ExampleBar1.rar
... 演示")
jbutton.addActionListener(this)
this.getContentPane().add(jbutton)
//设置进度条的前景色为红色
jpb.setForeground(Color.red)
this.getContentPane().add(jpb)
//给进度条注册事件监听器
-
rgbhist.rar
Use the RGB mode to get a quick sense of which colors are present in particular highlight, shadow, and midtone regions. The LAB mode is more useful for determining the actual color balance of an image, but it is slower.
-
-