搜索资源列表
tuxiangchuliruanjiian
- ImageStone is a powerful C++ class library for image manipulation. it is portable and requiring only a recompiling on any platform. It includes load/save, display, histogram, undo/redo and over 100 predefined filters. It is a mature and easy-to-use i
ImageStone_src
- ImageStone is a powerful C++ class library for image manipulation. It is written in pure C++ and easy portable. It includes load/save(support BMP GIF JPG PNG TIF ICO TGA PCX PSD...), display, histogram, undo/redo and transform image with over 100 pr
jeq
- JEQ is class library written in pure Java. It implements the infinite impulse response (IIR) algorithm for bandpass filtering of sound stream. So, it represents a backend code for stereo 10/15/25/31-band equalizer.-JEQ class library is written in pur
anytex_demo_src
- anytex_demo_src.zip anyTex - a class for non-restrictive textures in OpenGL anyTex is a class allowing you to load a bitmap of a given color depth from a file and think of it as texture with no restrictions (of course, limited by the computer res
xxxshubiao
- 一个非常效率很高的识别图像中任意点的R,G,B像素值和灰度值化后灰度值的完整算法,大部分代码写在了一个类中-A very high efficiency of the identification image of an arbitrary point of R, G, and B pixel values and gray scale value after the gradation value of the complete algorithm, most of
SMOTE
- The SMOTE function takes the feature vectors with dimension(r,n) and the target class with dimension(r,1) as the input. And returns final_features vectors with dimension(r ,n) and the target class with dimension(r ,1) as the output.