~ubuntu-branches/ubuntu/natty/opencv/natty

« back to all changes in this revision

Viewing changes to src/cxcore/cxtables.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Nobuhiro Iwamatsu
  • Date: 2010-07-16 13:12:28 UTC
  • mfrom: (4.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100716131228-95963rebybpghxef
Tags: 2.1.0-1
* New upstream release. (Closes: #577594, #587232, #563717)
* Update debian/rules.
  - Update build-system to debhelper v7.
* Update debian/control.
  - Bumped standards-version to 3.9.0. No changes needed.
  - library package name update.
    Soname of opencv library changed from 4 to 2.1.
  - Add cmake, liblapack-dev, texlive-fonts-extra, texlive-latex-extra,
    texlive-latex-recommended, latex-xcolor and  texlive-fonts-recommended
    to Build-depends.
  - Add arch depends to libraw1394-dev and libdc1394-22-dev.
    Thanks to Pino Toscano. (Closes: #581210)
* Add opencv-doc.lintian-overrides.
  opencv-doc has some sample program of python.
* Update man files.
* Update patches
  - Update and rename 500_remove_bashism.patch.
    And rename to remove_bashism.patch.
* Add new patches.
  - Enable build static library.
    enable_static.patch
  - Disable build 3rd party library.
    Use zlib and lapack in debian package.
    fix_3rdparty_build.patch
  - Fix build pdf.
    fix_build_pdf.patch
  - Remove cvconfig.h
    remove_cvconfig.h.patch
* Remove some patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
namespace cv
52
52
{
53
53
 
54
 
const signed char g_DepthToType[] =
55
 
{
56
 
    -1, -1, CV_8U, CV_8S, CV_16U, CV_16S, -1, -1,
57
 
    CV_32F, CV_32S, -1, -1, -1, -1, -1, -1, CV_64F, -1
58
 
};
59
 
 
60
54
const float g_8x32fTab[] =
61
55
{
62
56
    -128.f, -127.f, -126.f, -125.f, -124.f, -123.f, -122.f, -121.f,