Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - pdf c
Search - pdf c - List
The Swendsen-Wang Cuts algorithm is used to label atomic regions (superpixels) based on their intensity patterns using generative models in a Bayesian framework. The prior is based on areas of connected components, which provides a clean segmentation result. A performance comparison of the Swendsen-Wang Cuts algorithm with the Gibbs sampler shows that our algorithm is 400 times faster. A. Barbu, S.C. Zhu. Generalizing Swendsen-Wang for Image Analysis. J. Comp. Graph. Stat. 16, No 4, 2007 (pdf) A. Barbu, S.C. Zhu. Generalizing Swendsen-Wang to sampling arbitrary posterior probabilities, PAMI, 27, August 2005 (pdf) A. Barbu, S.C. Zhu. Graph Partition By Swendsen-Wang Cuts, ICCV 2003 (pdf)
Date : 2008-10-13 Size : 12.35mb User : bevin

《vc++数字图像处理》教材,讲述图像处理的基础
Date : 2026-01-03 Size : 9.28mb User : 王奡

模糊C均值算法的基本介绍,英文,但是解释的较好。-Fuzzy C-means algorithm is the basic introduction, English, but a better explanation.
Date : 2026-01-03 Size : 323kb User : 马宝秋

计算机视觉(绝对经典好书,世面少见) Computer Vision by Linda G. Shapiro, George C. Stockman Hardcover: 580 pages Publisher: Prentice Hall 1st edition (January 23, 2001) Language: English ISBN-10: 0130307963 ISBN-13: 978-0130307965 -Computer Vision (absolute classic book, various aspects of society rarely seen) Computer Vision by Linda G. Shapiro, George C. StockmanHardcover: 580 pages Publisher: Prentice Hall 1st edition (January 23, 2001) Language: English ISBN-10: 0130307963 ISBN-13: 978-0130307965
Date : 2026-01-03 Size : 25.46mb User : 巴乔

本程序提供超分辨率重建的c++代码,里面包含有pdf格式的文献,详细介绍了算法细节-This procedure provides super-resolution reconstruction c++ Code, which contains pdf format documents, detailing the details of the algorithm
Date : 2026-01-03 Size : 410kb User : chenwen

C# 实现 PDF截取缩略图的源代码实现。 通过调用flashpaper 实现PDF转换SWF 并且 截取缩略图-C# to achieve the interception PDF source code thumbnails. Achieved by calling flashpaper and PDF Converter SWF thumbnail interception
Date : 2026-01-03 Size : 14.08mb User :

Linux+下用+C+语言进行数字图像处理.pdf-Linux+ in C++ language to digital image processingPDF
Date : 2026-01-03 Size : 174kb User : 李洪亮

Visual+C+++数字图像处理+何斌等编着+PDF电子书.pdf-Visual+ C++++ He Bindeng digital image processing+ PDF e-book compiled. Pdf
Date : 2026-01-03 Size : 11.77mb User : xz

学习C++图形图像处理pdf文档,其中包括对位图的简单操作等-learn vc++
Date : 2026-01-03 Size : 315kb User : 小猜

Visual C++数字图像模式识别技术及工程实践 pdf电子书,含第一版和第二版两本-Visual C++ digital image pattern recognition technology and engineering practice pdf e-books, including two first and second editions
Date : 2026-01-03 Size : 15.28mb User : SkySeraph

PDF转换jpg的代码,是c#语言编写的。-Jpg PDF conversion code is written in c# language.
Date : 2026-01-03 Size : 8kb User : P.Dragon

Visual C++数字图像处理 电子书籍,pdf格式,希望对大家有帮助-Visual C++ digital image processing
Date : 2026-01-03 Size : 8.98mb User : 徐楠

关于Visual C++与matlab的数字图像处理,PDF版的,介绍了VC的一些入门,对于初学者还是有些帮助的-About Visual C++ and matlab digital image processing, PDF version, introduced a number of VC entry, or some help for beginners
Date : 2026-01-03 Size : 11.05mb User : Zhang

本书介绍如何用Python开发科学计算的应用程序,除了介绍数值计算之外,还着重介绍如何制作交互式的2D、3D图像,如何设计精巧的程序界面,如 何与C语言编写的高速计算程序结合,如何编写声音、图像处理算法等内容。书中涉及的Python扩展库包括NumPy、SciPy、SymPy、 matplotlib、Traits、TraitsUI、Chaco、TVTK、Mayavi、VPython、OpenCV等,涉及的应用领域包括数值 运算、符号运算、二维图表、三维数据可视化、三维动画演示、图像处理以及界面设计等。   书中以大量实例引导读者逐步深入学习,每个实例程序都有详尽的解释,并都能在本书推荐的运行环境中正常运行。此外,本书附有大量的图表和插图,力求减少长篇的理论介绍和公式推导,以便读者通过实例和数据学习并掌握理论知识。 -The goal of this book is to teach computational scientists how to develop tailored, flexible, and human-efficient working environments built from small programs (scripts), written in the easy-to-learn, high-level language Python. The focus is on examples and applications of relevance to computational scientists: gluing existing applications and tools, e.g. for automating simulation, data analysis, and visualization steering simulations and computational experiments equipping old programs with graphical user interfaces making computational Web applications and creating interactive interfaces with a Maple/Matlab-like syntax to numerical applications in C/C++ or Fortran. In short, scripting with Python makes you much more productive, increases the reliability of your scientific work and lets you have more fun- on Unix, Windows and Macintosh. All the tools and examples in this book are open source codes. The second edition features new material, reorganization of text, improved example
Date : 2026-01-03 Size : 4.4mb User : yoyo

c++/C 实现jpg图片转换为pdf文档-C++/C, jpg image conversion to pdf document
Date : 2026-01-03 Size : 1.65mb User : cheng

《Visual C++ 实践与提高-图形图像编程篇》,本书将向读者讲述如何用Visual C++进行图形图像编程。本书共分为图形篇、图像篇、综合提高篇。图形篇以计算机绘图的基础知识为铺垫,介绍了各种图形元素的绘制方法,并结合实际代码实现了一个小型的绘图系统;图像篇通过实例向读者介绍了不同格式图像的处理方法,并给出了一些特效处理的技巧;综合提高篇综合应用了图形图像的知识,包括图形图像文件格式之间的转换、打印和打印预览、使用OpenGL和DirectX进行图形图像处理等内容。-" Visual C++ Practice and improve- graphics programming chapter" book to readers about how to use Visual C++ graphics programming. The book is divided into graphic articles, images, articles, improve articles. Graphic papers to pave the way to the basics of computer graphics, various graphic elements drawn a small drawing system, combined with the actual code images papers by example to introduce the reader to the different formats of image processing methods, and to the effects processing skills integrated to improve articles comprehensive application of the knowledge of the graphic images, including graphics image file format conversion, printing and print preview, OpenGL and DirectX graphics image processing.
Date : 2026-01-03 Size : 39.71mb User :

C语言图像处理pdf版本。该书中详细介绍了图像处理常用的方法以及源码,很多书本都是以此书为基础来进行编译的-C language image processing pdf version. Book describes in detail a commonly used method and the source of the image processing, a lot of books are book basis to compile
Date : 2026-01-03 Size : 4.86mb User : 林东

C#数字图像处理教程,附带PDF教程和典型实例源代码-C# Digital image processing tutorial, with examples of typical PDF tutorials and source code
Date : 2026-01-03 Size : 38.34mb User : 宋岸鹏

c nbCKJ: b;jcB ibnjbjkb;
Date : 2026-01-03 Size : 1.06mb User : alex9999

Excel and C++ pdf ebook.
Date : 2026-01-03 Size : 602kb User : Conte
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.