CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - jpg c

搜索资源列表

  1. JepgCodec

    0下载:
  2. 该程序实现了jpeg编码。开发平台:Window XP, Visual C++ 6.0。 HuffmanExp 哈夫曼编码 JpgVSbmp Jpg和Bmp格式相互转换的API封装 RWJpegExp JpegVC++类 VbTestDll VB调用Jpg和Bmp格式相互转换API函数的示例 jpeg jpeg中的前向DCT变换-the program achieved a jpeg coding. Platform : Window XP, Visual C 6.0.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:689.01kb
    • 提供者:刘啸天
  1. SOURCE9

    0下载:
  2. 图象的压缩编码,JPEG压缩编码标准 注意事项: 运行时,文件c:\\test.pcx;c:\\test.jpg必须存在
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:233.77kb
    • 提供者:hyh
  1. redblacktree

    0下载:
  2. 我的红黑树的c++实现。主要特点是可以用dot工具把红黑树画出来,生成jpg文件。可以用生成的jpg文件清楚的看到红黑树插入删除的过程。-My red and black tree c++ Achieve. The main characteristics of dot tool can be used to red and black tree drawn to generate jpg files. Can be used to generate the jpg file to see cl
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.26mb
    • 提供者:alpha
  1. wenjiandabaochaibao

    0下载:
  2. 用c++实现两个文件打包和拆包,经测试对常用的格式txt,doc,mp3,jpg等均通过。-Using c++ to achieve the two documents packing and unpacking, the commonly used test format for the txt, doc, mp3, jpg, etc. through.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:1.27kb
    • 提供者:罗宁
  1. il_jpeg

    0下载:
  2. //--- --- --- --- --- --- --- --- --- --- --- --- ----- // ImageLib Sources // Copyright (C) 2000-2002 by Denton Woods // Last modified: 05/26/2002 <--Y2K Compliant! =] // // Filename: src-IL/src/il_jpeg.c // // Descr iption: Jpeg (.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:5.61kb
    • 提供者:hadmi
  1. sscf

    0下载:
  2. This a program for extracting objects from an image. Written for vehicle number plate segmentation and extraction Authors : Jeny Rajan, Chandrashekar P S U can use attached test image for testing input - give the image file name as input. e
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:52.4kb
    • 提供者:ahmed
  1. Gabor

    0下载:
  2. 人脸检测的程序,效果不错!内附用法说明,调用一张图片,将现实出人脸的边缘。-code for facedetection,the performance is nice! usage: I=double(imread c:\Data\girl1.jpg )) detect_face(I) The function will display the bounding box if a face is found.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:17.2kb
    • 提供者:王阳丽
  1. output_of_DCT_in_image_fusion

    0下载:
  2. u can calculate DCT clc inp = imread( Im1.jpg ) inp1 = imread( Im2.jpg ) A = double(inp(:,:,1)) B = double(inp1(:,:,1)) A1=double(blkproc(A,[8 8], dct2 )) B1=double(blkproc(B,[8 8], dct2 )) [r,c] = size(A
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:29.15kb
    • 提供者:parthiban
  1. Hand-Gesture-Recognition

    0下载:
  2. Hand Gesture Recognition NOTES: 1) For the details of the algorithm investigate the following images: -AlgorithmOverall.jpg -MKRoDAlgorithm.jpg 2) The prototype is implemented on MATLAB 7.0 and revised in MATLAB 7.10.0 3) The backgroun
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:366.08kb
    • 提供者:hooman
  1. lz.rar

    0下载:
  2. LZ算法的实现,是项目中的一部分(这里给出的是最基本的功能,所以没有版权问题),自己理解后完成的,用了3周时间实现最基本的功能,非常便于理解。当数据量较小的时候,压缩后的数据量可能会增大;大数据压缩会减小数据。经过测试,word文档、bmp/jpg图像压缩解压都没有问题。纯C代码,linux和windows下都可编译运行,LZ algorithm, is part of the project (given here is the most basic function, so there is
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-16
    • 文件大小:1.83kb
    • 提供者:丁力
  1. Blocks

    0下载:
  2. clc close all clear all I=imread( desert.jpg ) [r c]=size(I) bs=16 Block Size (8x8) nob=(r/bs)*(c/bs) Total number of 8x8 Blocks Dividing the image into 8x8 Blocks kk=0 for i=1:(r/bs) for j=1:(c/bs) Block(:,:,kk+j)=I
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-21
    • 文件大小:1.77kb
    • 提供者:chandan
  1. jpgCompress_new

    0下载:
  2. vs2010下编写的c++控制台程序,输入JPG或BMP格式图片,通过设置压缩质量对其大小进行压缩。-vs2010 prepared under c++ console program, enter JPG or BMP format picture, its size by setting the compression quality compression.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-24
    • 文件大小:462.89kb
    • 提供者:wangjia
  1. jiami

    0下载:
  2. 使用C/C++将JPG图像转化成BMP图像并实现图像的加密-Use C/C++ the JPG and BMP images into encryption
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:1.81kb
    • 提供者:王飞
  1. Walsh

    0下载:
  2. Apply Walsh transform on .jpg images in c
  3. 所属分类:数值算法/人工智能

    • 发布日期:2015-03-19
    • 文件大小:16.36kb
    • 提供者:r1b9adc
  1. uploadportrait

    0下载:
  2. C# shangchuanwenjian gongneng,keyi tongguo xuanze xiangying de wenjian jinxing shangchuan !-c# upload file as jpg,png,txt and so on
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-04
    • 文件大小:168.75kb
    • 提供者:张强
搜珍网 www.dssz.com