Welcome![Sign In][Sign Up]
Location:
Search - raw image

Search list

[Special EffectsPicTrans

Description: RAW图像的任意放缩与旋转,函数可移植-RAW image scaling and arbitrary rotation function transplant
Platform: | Size: 48128 | Author: 许佳 | Hits:

[Special EffectsImgToRaw

Description: 遥感图像.img图像与raw格式图像的之间的转换-remote sensing images. Img images with the raw image format conversion between the
Platform: | Size: 1085440 | Author: 风筝 | Hits:

[Special Effectsppmtoraw

Description: 一款很好用的图像格式转换软件.其功能是将ppm图像格式转为raw格式化.-the image format conversion software. Its function is to be ppm raw image format to format.
Platform: | Size: 1024 | Author: 王国树 | Hits:

[Special EffectsRawToImg

Description: 可以实现Raw格式图像到Img格式图像的转换,通过简单修改可以实现Raw图像到多种图像格式的转换-Raw format images can be achieved to Img image format conversion can be achieved through simple modifications to a variety of image Raw image format conversion
Platform: | Size: 1817600 | Author: 风筝 | Hits:

[JSP/Javaaaa

Description: 一、程式名稱:embed.java 二、程式功能:藏入數位浮水印處理程式 四、輸入檔(資料)格式: 1.本程式所採用之影像格式皆為*.raw之灰階影像。 2.本程式採用的浮水印格式為128×128之灰階影像ccu.raw。 3.本程式所採用的原始影像格式為512×512 之灰階影像Lena.raw。 五、輸出檔(資料)格式: 1.本程式輸出的藏入浮水印影像格式為512×512 之灰階影像Lena2.raw。 六、執行環境: 1.系統:Windows 98/ME/2000。 2.軟體:JavaTM 2 SDK (Version 1.3)。 七、執行方式: 1.在DOS環境下執行embed.java,指令如下:java embed。-First, the name of the program: embed.java Second, the program features: possession of a digital watermark into four processing program, type the file (data) format: 1. The program adopted by all*. raw format images of gray-scale image. 2. Watermark used in the program format of 128 × 128 grayscale images ccu.raw. 3. The program used in the original image format of 512 × 512 grayscale images Lena.raw. Fifth, the output file (data) format: 1. Possession of the program output into the watermark image format of 512 × 512 grayscale images Lena2.raw. Sixth, the implementation of the environment: 1. System: Windows 98/ME/2000. 2. Software: JavaTM 2 SDK (Version 1.3). 7, means of implementation: 1. In the DOS environment to implement embed.java, the following command: java embed.
Platform: | Size: 2048 | Author: koffman | Hits:

[Special Effectschange_bmp_to_raw

Description: 把bmp格式的图像转成raw格式图像,用vc++编写-The bmp format into raw image format images, using vc++ Prepared
Platform: | Size: 115712 | Author: damxie | Hits:

[Compress-Decompress algrithmsconvpgm

Description: 将raw image转换为pgm格式的文件. 通过修改写入的文件头部分, 可以转换其他格式的图像文件。-The raw image is converted to pgm format. By modifying the file to write the first part, you can convert other formats of image files.
Platform: | Size: 1024 | Author: nan kang | Hits:

[Windows Developlrdf_src

Description: raw 的解析,研究raw image 的代码 -raw analytical study of the raw image code
Platform: | Size: 11264 | Author: 月禾 | Hits:

[Special EffectsA2008

Description: awimg=rgb2gray(im1) tic [accum, circen, cirrad] = CircularHough_Grd(rawimg, [20 30],5,50) circen toc figure(1) imagesc(accum) axis image title( Accumulation Array from Circular Hough Transform ) figure(2) imagesc(rawimg) colormap( gray ) axis image hold on plot(circen(:,1), circen(:,2), r+ ) for k = 1 : size(circen, 1), DrawCircle(circen(k,1), circen(k,2), cirrad(k), 32, b- ) end hold off title([ Raw Image with Circles Detected , ... (center positions and radii marked) ]) figure(3) surf(accum, EdgeColor , none ) a
Platform: | Size: 14336 | Author: money | Hits:

[Graph programRaw

Description: 本程序能够实现RAW文件和BMP图像的均衡化处理,RAW文件转化为BMP,图像缩放(最近邻差值方式、双线性插值、三次B样条插值),两幅图像的相似度比较-This procedure can be achieved RAW image files and BMP balanced treatment, RAW files into BMP, image scaling (the margin nearest neighbor approach, bilinear interpolation, three B-spline interpolation), two images of the similarity comparison
Platform: | Size: 69632 | Author: qzc | Hits:

[Special Effectsaverage-log-square

Description: 讀取16位元(65536階)raw影像檔,調整其灰階動態範圍至256階,調整方式至少包含平均法、對數法、開平方法,word檔包含了成程式碼與操作說明與結果。-Read 16-bit (65536-order) raw image file, adjust its dynamic range to 256 gray-scale bands, contains at least adjust the way the averaging method, logarithmic law, Kaiping methods, word into a file contains code and operating instructions and results.
Platform: | Size: 535552 | Author: 葉小祥 | Hits:

[GDI-Bitmapraw_bmp

Description: raw图像格式与bmp图像格式的转换,matlab实现,具体参数详见m文件-raw image format and bmp image format conversion, implementate by matlab, the specific parameters detailed in m file
Platform: | Size: 3072 | Author: wenwen | Hits:

[GDI-Bitmapraw

Description: RAW图片格式!这个东西资料太少了,刚找到的就发来了。-RAW image format!
Platform: | Size: 1394688 | Author: Yao | Hits:

[MPIimage

Description: 并行计算程序 Description: This program blurs an image file in a parallelized computation The root process reads the file and distributes a part of the image file to other processes. Each process makes the filter operation on the part of the image data which is received from the root. Then all the processes send their blurred image data to the root and root writes the result in a file-Distributed Image Processing Filter Write a program that blurs an image file in a parallelized computation. Whenever possible, use collective operations (MPI_Scatter, MPI_Gather). The root process reads the image file from the NFS server, distributes the data of the file among all processes, and gathers the results into the output file. Each processor should receive a part of the image only. The image file is provided as a raw image file. It can be read using the C function fread() with a single call and written with the single call of the function fwrite(). The image is given as an array of h rows, a row has 1280 pixels , where each pixel is one unsigned char grey value. You may assume that h is lower than or equal to 8192. a) Write an MPI program in which the root process prepairs the data, so that all other processes get their data by exactly one MPI_Scatter operation.
Platform: | Size: 2048 | Author: 刘铭 | Hits:

[Windows DevelopRaw2BMP

Description: In embedded environment, this program can convert raw image to bitmap image.
Platform: | Size: 30720 | Author: KimManjong | Hits:

[CSharpFiltering

Description: filtering for .raw image-filtering for .raw image..
Platform: | Size: 669696 | Author: zull hilmii | Hits:

[GDI-Bitmapraw

Description: VC++6.0环境数码相机raw格式编码解码程序-A program used for encoding and decoding of raw image in VC++6.0
Platform: | Size: 458752 | Author: Jiangzhou | Hits:

[Special EffectsreadRaw

Description: RAW图像是一种仅有原始数据的图像,本程序可读写RAW图像程序,也可读出Java支持的所有图像.-RAW image is a picture of only the original data, the program can read and write process RAW images, but also read out the Java support for all images.
Platform: | Size: 94208 | Author: 孙燮华 | Hits:

[Multimedia DevelopGabor1

Description: The gabor filter implemented to read raw image and to write raw image
Platform: | Size: 3072 | Author: Tavita | Hits:

[Multimedia programrawimage_to_bitmap

Description: This c code read raw image file and change it to bmp file
Platform: | Size: 1874944 | Author: Kil Jhun Jeong | Hits:
« 12 3 4 5 6 7 8 9 10 ... 19 »

CodeBus www.codebus.net