Download List

프로젝트 설명

libCVD is a very portable and high performance C++
library for computer
vision, image, and video processing. The emphasis
is on providing simple
and efficient image and video handling and high
quality implementations
of common low-level image processing function. The
library is designed
in a loosely-coupled manner, so that parts can be
used easily in
isolation if the whole library is not required.
The video grabbing
module provides a simple, uniform interface for
videos from a variety
of sources (live and recorded) and allows easy
access to the raw pixel
data. Likewise, the image loading/saving module
provides simple, uniform
interfaces for loading and saving images from
bitmaps to 64 bit per
channel RGBA images. The image processing routines
can be applied easily
to images and video, and accelerated versions
exist for platforms
supporting SSE.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-10-26 05:29
20121025

이것은 주로 유지 보수 릴리스 이다. 유일한 주요 새로운 기능은 추구에 버그의 번호를 해결할 수 있는 현대적인 API에 맞게 FFMPEG 인터페이스의 전체 재작성. LibCVD 많은 언어를 받았습니다 및 이식성 수정 c + + 11, 뗑그렁 + +, Cygwin, MingW, Visual Studio 및 최근 리눅스 배포판과 커널으로 라이브러리 Api (예: autoconf)에 대 한 수정. 또한, 다양 한 사용 되지 않는 파일 및 관련 된 구성 코드 제거 되었습니다.
Tags: Bugfixes, Minor feature enhancements
This is mostly a maintenance release. The only major new feature is a complete rewrite of the FFMPEG interface to conform to the modern API, which corrects a number of bugs in seeking. LibCVD has received many language and portability fixes for C++11, clang++, Cygwin, MingW, Visual Studio, and recent Linux distributions and kernels as well as fixes for library APIs (such as autoconf). In addition, a number of obsolete files and associated configuration code have been removed.

2012-02-03 06:52
20120202

이 릴리스에 많은 새로운 기능을 추가, 주요 것 들 되 고 arctan 카메라, GLES heplers, halfSample 및 rgb_to_grey에 대 한 네온 최적화, 샘플 iOS 응용 프로그램, VCPROJ 생성 하기 위한 시스템 빌드 파일의 최소화, 2 차 효율적인 open_video_source, 그리고 만드는 이미지와 같은 더 많은 STL에 연결 deinterlacebuffer. 많은 기타 버그 외에이 릴리스 라이브러리, 플랫폼 및 컴파일러와 함께 최신 상태로 유지 하 고 바이엘 변환, 스레드 안전 및 타이머 코드 버그 수정. 또한 빌드 시스템 및 이미지 I/O 코드를 정리 하 고 자식으로 이동 하고있다.
Tags: Bugfixes, Feature Enhancement
This release adds many new features, the main ones being arctan camera, GLES heplers, NEON optimizations for halfSample and rgb_to_grey, a sample iOS application, a system for generating VCPROJ build files, efficient Second-order Minimization, chainable deinterlacebuffer in open_video_source, and making Image more STL like. In addition to many miscellaneous bugfixes, this release keeps up to date with libraries, platforms, and compilers, and fixes bugs in Bayer conversion, thread safety, and timer code. It also cleans up the build system and the image I/O code and has moved to git.

2010-05-12 00:03
20100511

새로운 네이티브 이미지 포맷, 이는 빠른 8 비트 (그레이는, RGB, Bayer8) 이미지와 바이엘에 대한 기본 지원이 (8 및 16 비트) 이미지를 비손실 압축으로 절약을 제공하고 추가되었습니다. 새로운 메커니즘의 이미지 저장 (JPEG 압축 요소를 예를 들어 매개 변수를 설정하기위한) 추가되었습니다. 지원 verbose 모드 쿼리,보다 효율적으로 관리할 런타임 동안 모드 선택, 옵션 재설정 및 카메라 컨트롤에 쉽게 액세스를 포함 DC1394 카메라에 대한 개선되었습니다. 또한, 버그수정 및 플랫폼 호환성 수정 프로그램이 많이 있습니다.
Tags: Feature Enhancements, Bugfixes
A new native image format was added, which offers fast saving with lossless compression of 8 bit (Gray, RGB, Bayer8) images and native support for Bayer (8 and 16 bit) images. A new mechanism was added for setting parameters for image saving (e.g. JPEG compression factor). Support was improved for DC1394 cameras, including verbose mode querying, more control over run-time mode selection, optional reset, and easier access to the camera controls. In addition, there are a number of bugfixes and platform compatibility fixes.

2010-01-19 23:27
20100119

통합 이미지를 이제 컬러 이미지에서 작동합니다. 비디오 버퍼 레이어, 이제 변환은 런타임에서 지정할 수있습니다 colorspace 문명했다. 가벼운 Timer 클래스는 내부 고해상도 타이머 내장 프로 파일링 지원에 추가되었습니다. Videofilebuffer 지금은 Win32에서 디렉터리를 지원합니다. 여러 가지 사소한 기능 개선 및 버그수정의 수를되었습니다.
Tags: Bugfixes, Feature Enhancements
Integral images now work on color imagery. The video buffer layer was reworked, so now colorspace transforms can be specified at runtime. A lightweight timer class built on the internal high resolution timer has been added to aid profiling. Videofilebuffer now supports directories on Win32. There have been many minor feature enhancements and a number of bugfixes.

2009-08-29 01:49
20090828

이 릴리스에는 고속 이미지 2 resampling / 3 크기에 추가됩니다. 이미 유닉스와 윈도우에 대한 수정 프로그램을 빌드 등 많은 수정, 든 리눅스 커널, 빨리 iterators, 그리고 마이너 버그수정의 번호를 백포트.
Tags: Bugfixes, Minor feature enhancements
This release adds high speed image resampling to 2/3 of the size. There are many fixes, including build fixes on Unix and Windows, backports to older Linux kernels, faster iterators, and a number of minor bugfixes.

Project Resources