CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - MATLAB c
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Picture Viewer
2D Graphic
3D Graphic
Graph Drawing
Wavelet
GIS program
Fractal program
Special Effects
OpenGL program
Graph Recognize
CAD
OpenCV
VTK
Search - MATLAB c - List
[
Graph program
]
cox1
DL : 0
数字水印与信息隐藏源代码(matlab and c)- Digital watermark and information hideaway source code (matlab and c)
Date
: 2025-12-27
Size
: 23kb
User
:
吕箫锚
[
Graph program
]
imagefusion
DL : 0
图像融合源码,它是一种图像融合算法的C++实现程序。-image fusion source, it is a image fusion algorithms to achieve C procedures.
Date
: 2025-12-27
Size
: 192kb
User
:
罗丽
[
Graph program
]
HMM-C-Algorithm
DL : 0
隐马尔可夫模型的C语言实现,人工智能算法领域的参考资料。-Hidden Markov Model C language, artificial intelligence algorithms field reference.
Date
: 2025-12-27
Size
: 8kb
User
:
[
Graph program
]
GVF_Snake
DL : 0
GVF相关代码及相关论文资料(),含: GRADIENT VECTOR FLOW DEMONSTRATION(GVF) matlab code, ITERATIVE WATERSHED SEGMENTATION (c-code), 与SNAKE GUI代码。 (所含文件:gvf_v5.zip,MateiDemo.zip, snake_demo.zip) -gradient vector flow code and related information paper (), containing : GRADIENT VECTOR FLOW DEMONSTRATION (gradient vector flow) matl ab code, ITERATIVE WATERSHED SEGMENTATION (c-code). with Snake GUI code. (Contained in documents : gvf_v5.zip, MateiDemo.zip. snake_demo.zip)
Date
: 2025-12-27
Size
: 2.68mb
User
:
陈志贤
[
Graph program
]
matlabyeye
DL : 0
本算法是一个C语言编写的基于小波零树的图像压缩算法。-the algorithm is a C language based on wavelet zerotree image compression algorithm.
Date
: 2025-12-27
Size
: 18kb
User
:
陈琴
[
Graph program
]
korcmeans
DL : 0
对于模式识别中的k均值(也称c均值)问题,给出了matlab实现。-pattern recognition for the k-means (also called c-means), is the realization of Matlab.
Date
: 2025-12-27
Size
: 2kb
User
:
slyang
[
Graph program
]
Vc+Matlabimageprocessingcode
DL : 2
Vc++ Matlab图像处理与识别实用案例精选一书附带的源码,希望对各位有书的朋友作个参考!-Vc Matlab image processing and recognition of practical cases selected a book with source code, Members hope to have the book for a reference to a friend!
Date
: 2025-12-27
Size
: 4.99mb
User
:
绿色的毛毛虫
[
Graph program
]
matlabwatershedcode
DL : 0
分水岭分割在matlab下实现,希望大家多提意见。-watershed segmentation in Matlab achieve, we hope to do so.
Date
: 2025-12-27
Size
: 5kb
User
:
kid
[
Graph program
]
LogisticWatermark
DL : 0
基于混沌的数字水印研究技术 matlab 编程 提取与嵌入-Chaos-based digital watermarking technology research extraction and Matlab programming embedded
Date
: 2025-12-27
Size
: 1kb
User
:
xianzhao
[
Graph program
]
ica
DL : 0
用于独立分量分析的c++原代码 自己开发的-Independent Component Analysis for c++ Original code developed their own
Date
: 2025-12-27
Size
: 1kb
User
:
汪海洋
[
Graph program
]
PCA-MATLAB
DL : 0
k-l和PCA算法在人脸识别中的具体实现(MATLAB)-kl and PCA Face Recognition Algorithm in the concrete realization of (MATLAB)
Date
: 2025-12-27
Size
: 4kb
User
:
xyl
[
Graph program
]
JPEG_compress_using_MATLAB_and_c
DL : 0
用matlab 和 c联合编程实现JPEG图像压缩,包括量化,霍夫曼编码,解码-Using matlab and c joint programming to achieve JPEG image compression, including quantization, Huffman encoding, decoding
Date
: 2025-12-27
Size
: 686kb
User
:
liujuan
[
Graph program
]
pieflab
DL : 0
% PIEFLAB Main Directory % ---------------------- % % .m - files % ---------- % Contents.m : this file % startup.m : startup file: sets Matlab path executed automatically when % Matlab command is performed in this directory % % subdirectories % -------------- % General/ : general matlab commands % MRF/ : Markov Random Field: Bayesian algorithm for images % Noise/ : noise generation, density/distribution functions % Tests/ % Threshold/ : threshold procedures (includes threshold assessment) % WT/ : Wavelet Transform routines % Poisson/ : Poisson intensity estimation routines % Copyright (c) Maarten Jansen % K.U.Leuven - Flanders (Belgium) % % This software is part of PiefLab and is copyrighted material. More info on % copyright policy is available on: % www.cs.kuleuven.ac.be/~maarten/software/- PIEFLAB Main Directory----------------------. M- files---------- Contents.m: this file startup.m: startup file: sets Matlab path executed automatically when Matlab command is performed in this directory subdirectories-------------- General /: general matlab commands MRF /: Markov Random Field: Bayesian algorithm for images Noise /: noise generation, density/distribution functions Tests/Threshold /: threshold procedures (includes threshold assessment) WT /: Wavelet Transform routines Poisson /: Poisson intensity estimation routines Copyright (c) Maarten Jansen KULeuven- Flanders (Belgium) This software is part of PiefLab and is copyrighted material. More info on copyright policy is available on: www.cs.kuleuven.ac.be/ ~ maarten/software /
Date
: 2025-12-27
Size
: 111kb
User
:
汪伟
[
Graph program
]
walsh
DL : 0
Walsh变换的c语言处理实现,可将其通过Matlab接口转换成matlab代码-Walsh Transform c language processing to achieve, can be converted through Matlab interface matlab code
Date
: 2025-12-27
Size
: 38kb
User
:
张然
[
Graph program
]
RGB2LabAndLab2RGB
DL : 0
% function [L, a, b] = RGB2Lab(R, G, B) % RGB2Lab takes matrices corresponding to Red, Green, and Blue, and % transforms them into CIELab. This transform is based on ITU-R % Recommendation BT.709 using the D65 white point reference. % The error in transforming RGB -> Lab -> RGB is approximately % 10^-5. RGB values can be either between 0 and 1 or between 0 and 255. % By Mark Ruzon from C code by Yossi Rubner, 23 September 1997. % Updated for MATLAB 5 28 January 1998.-% function [L, a, b] = RGB2Lab(R, G, B) % RGB2Lab takes matrices corresponding to Red, Green, and Blue, and % transforms them into CIELab. This transform is based on ITU-R % Recommendation BT.709 using the D65 white point reference. % The error in transforming RGB-> Lab-> RGB is approximately % 10^-5. RGB values can be either between 0 and 1 or between 0 and 255. % By Mark Ruzon from C code by Yossi Rubner, 23 September 1997. % Updated for MATLAB 5 28 January 1998.
Date
: 2025-12-27
Size
: 2kb
User
:
郑成勇
[
Graph program
]
fcm
DL : 0
模糊C均值分类,用于图像处理中 很好用的,极力推荐 -Fuzzy C-means classification, used for image processing in a very good use, and strongly recommend
Date
: 2025-12-27
Size
: 2kb
User
:
zf_528
[
Graph program
]
lpr1
DL : 0
matlab code for car license plate recognition
Date
: 2025-12-27
Size
: 69kb
User
:
gyanendra
[
Graph program
]
matlab
DL : 0
《visual c++matlab图像处理与识别实用案例精选》源码,包括各种源程序-visual C++ matlab image processing
Date
: 2025-12-27
Size
: 9.96mb
User
:
Mr.Ma
[
Graph program
]
libviso2-library-vision-matlab-c-code
DL : 0
libviso2-library-vision-matlab and c code it is a library for image processing
Date
: 2025-12-27
Size
: 174kb
User
:
fanta fanta 155
[
Graph program
]
Pacman
DL : 0
使用MATLAB编程制作动态爱心,实用的小程序,快拿去追女孩(Show dynamic love with MATLAB)
Date
: 2025-12-27
Size
: 156kb
User
:
zhaochao9
«
1
2
3
4
5
6
7
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.