搜索资源列表
sobel
- sobel图像边缘检测算子。 基于opencv的c语言指针实现方法(需要加载opencv的一些lib)-sobel,c program,opencv
sobel
- 实现sobel图像锐化,opencv c语言版,没有使用指针- the image process of sobel,don not use point
AxlesView
- 原创3D直角坐标系演示控件,使用C#和OpenTK(基于OpenGL)编写,具有如下特点: 1.带有一个空间方位指针。指针指向可由方向角和俯仰角确定。 2.实现了鼠标轨迹球(ArcBall)功能。可以用鼠标灵活拖动直角坐标系旋转,运行流畅,查看灵活。 目前网上关于OpenTK的中文资源很少,故在此附上源代码和测试用例,供大家参考。 -Original 3D Cartesian coordinate system demonstration control, using C# and
Lesson3Code
- C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC Appwizard生成的工程奠定了良好基础。-err
huojian
- C语言编写的火箭模型代码,主要实现模型的展示,指针的操作以及图形学的编程-C languages Rocket model code, the main implementation model display, pointer operations and graphics programming
readfile8
- 使用C文件指针读写ArcGIS中的shape文件-ArcGIS using the C file pointer to read and write in the shape file
freeimage
- C语言的体系,大量使用指针运算速度可以保证,内含先进的多种插值算法。 另外独有的支持meta exif信息的读取。该库最大的特点就是比较简练,只把重点放在对各种格式图像的读取写入支持上,没有显示部分,实际编程的时候还是需要调用API函数进行显示。 -FreeImage is an Open Source library project for developers who would like to support popular graphics image formats like
imagePprocessing
- 高效的图像腐蚀、膨胀、锐化、中值滤波算法。 让你见识下C#的强大。谁告诉你C#不能用指针!-Efficient image erosion, dilation, sharpening, median filtering algorithm. To let you know the power of C# under. Who told you that C# can not use the pointer!
aaa
- 用C语言编写的小程序,实现指针的图形显示
cPP_opengl_yibiao
- c++开发的OpenGl程序,一个简单的电流表指示模型应用,能实现电流表指针的左右摆动等功能-The c++ written OpenGl program, a simple ammeter instructions application model, can realize the ammeter pointer swings around etc. Function
EmrCompression
- 批量将图像进行自定义的压缩、旋转操作,c++Builder指针操作完成,经典代码。-Batch Process Images for rotate and resize.
caBMP
- c语言读取BMP图像,头文件,指针,函数-c & bmp
lena-picture-read-method
- 使用C#直接读取lena图片,不使用任何工具,直接操作文件指针,直接读取数据,学习读取bmp文件。-Lena pictures to use C# directly read, do not use any tools, direct manipulation of the file pointer to read data directly, learning to read the bmp file.
zhizhen--fenge
- 本人自己做的 一个 利用c#指针的 程序,需要在应用时设置环境为安全-this code is done by myself .using c# to part a picture into 2parts
huojian
- C语言编写的火箭模型代码,主要实现模型的展示,指针的操作以及图形学的编程-C languages Rocket model code, the main implementation model display, pointer operations and graphics programming
MyAnalogClock
- C#写的模拟时钟,使用PNG图片指针,可自行更换。-Written in C# analog clock, using PNG images pointers replaceable.
sharpen
- 本程序是在vs2010+opencv的平台上运行的,利用的是opencv2.4.9,C++写的,利用多种方法来遍历图像,例如通过创建迭代器的方法来遍历图像,通过指针的方法来遍历图像等方法来对图像进行处理。最后的得到的效果令人满意。-This program is run on a platform vs2010+opencv, the use of the opencv2.4.9, C++ write, using a variety of methods to traverse the ima
search104
- 一个实现自动查找在一列数中某个数的排名,用的是c++中指针实现的-An automatic check on a few of a number of ranking, using a c++ pointer to achieve
getNewImage
- 使用C#指针缩放图片,这种方法比Image自带的速度要快-with C# through the pointer to generate the scale of the image, this method is more efficient
1479075
- 这是我根据别人的算法写的模拟停车场问题的c程序,原有算法有一些指针调用的错误!,现已改正()