Subversion Repositories seema-scanner

Rev

Rev 207 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 207 Rev 225
Line 10... Line 10...
10
#include <png.h>
10
#include <png.h>
11
#include <zlib.h>
11
#include <zlib.h>
12
 
12
 
13
#include <eigen3/unsupported/Eigen/NonLinearOptimization>
13
#include <eigen3/unsupported/Eigen/NonLinearOptimization>
14
 
14
 
15
 
-
 
16
namespace cvtools{
15
namespace cvtools{
17
 
16
 
18
// Convert an BGR 3-channel image back into a Bayered image. This saves memory when reading images from disk.
17
// Convert an BGR 3-channel image back into a Bayered image. This saves memory when reading images from disk.
19
void cvtColorBGRToBayerBG(const cv::Mat &imBGR, cv::Mat &imBayerBG){
18
void cvtColorBGRToBayerBG(const cv::Mat &imBGR, cv::Mat &imBayerBG){
20
 
19