2012년 12월 14일 금요일
2012년 12월 13일 목요일
Image Pipeline
- Color Image Processing Pipeline
- Implementing Image-Processing Pipelines in Digital Cameras
- DIGITAL CAMERA SYSTEM SIMULATOR AND APPLICATIONS
- Webinar: Designing a Digital Camera Pipeline with MATLAB
- Introduction Digital Camera Signal Processor
- IMAGE PIPELINE ALGORITHMS FOR STANDARD MOBILE IMAGING ARCHITECTURE
- decoupling algorithms from schedules for easy optimization of image processing pipelines
- Embedded Processor Extensions for Image Processing
2010년 1월 7일 목요일
2009년 12월 24일 목요일
Creating new OpenCV project (Visual Studio 2008)
Set Library Directories
1. Project -> Properties
2. Linker -> General
3. Choose "Linker" tab -> "General" category -> "Additional Library
Directories”, Add the paths:
"C:\opencv lib\lib\Debug"
Set Libraries
1. Choose from menu: "Project" -> "Properties". (Or right click on your project
in the left hand tree)
2. Choose “Configuration Properties” -> "Linker" tab -> "Input" category ->
"Additional Dependencies:"
3. Add the paths for all necessary import libraries (cv200d.lib cvaux200d.lib cxcore200d.lib highgui200d.lib)
2009년 11월 16일 월요일
Useful Visual C++ 2008 Link
- Getting Started In Microsoft Visual C++ 2008
- Don't set "Maximize Speed" option in Debug mode
- Optimization /O2 /Ot /GL
2009년 10월 8일 목요일
useful OpenCV links
- The IplImage Structure
- New Project (Visual Studio)
- Add include directories "C:\OpenCV2.0\include\opencv"
- Add libraries cv200d.lib cxcore200d.lib highgui200d.lib cvaux200d.lib
- Copy dlls cxcore200d.dll cxcore200d.dll highgui200d.dll cvaux200d.dll
피드 구독하기:
글 (Atom)