Merge branch '2.4'

This commit is contained in:
Andrey Kamaev
2013-04-12 15:35:38 +04:00
75 changed files with 1259 additions and 3979 deletions

View File

@@ -1,4 +1,4 @@
#/usr/bin/env python
#!/usr/bin/env python
# Calculating and displaying 2D Hue-Saturation histogram of a color image
import sys

View File

@@ -1,4 +1,4 @@
#/usr/bin/env python
#!/usr/bin/env python
import sys
import math

View File

@@ -1,4 +1,4 @@
#/usr/bin/env python
#!/usr/bin/env python
import sys
import cv2.cv as cv

View File

@@ -1,4 +1,4 @@
#/usr/bin/env python
#!/usr/bin/env python
import cv2.cv as cv
import unittest

View File

@@ -1,4 +1,4 @@
#/usr/bin/env python
#!/usr/bin/env python
import cv2.cv as cv
import numpy as np

View File

@@ -1,4 +1,4 @@
#/usr/bin/env python
#!/usr/bin/env python
import cv2.cv as cv
import numpy as np

View File

@@ -1,4 +1,4 @@
#/usr/bin/env python
#!/usr/bin/env python
import cv2.cv as cv
import math

View File

@@ -1,4 +1,4 @@
#/usr/bin/env python
#!/usr/bin/env python
import cv2.cv as cv
import math

View File

@@ -1,4 +1,4 @@
#/usr/bin/env python
#!/usr/bin/env python
import cv2.cv as cv

View File

@@ -1,4 +1,4 @@
#/usr/bin/env python
#!/usr/bin/env python
import unittest
import random

View File

@@ -1,4 +1,4 @@
#/usr/bin/env python
#!/usr/bin/env python
import unittest
import random

View File

@@ -1,4 +1,4 @@
#/usr/bin/env python
#!/usr/bin/env python
import urllib
import cv2.cv as cv

View File

@@ -1,4 +1,4 @@
#/usr/bin/env python
#!/usr/bin/env python
import unittest
import random

View File

@@ -1,4 +1,4 @@
#/usr/bin/env python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# transformations.py