Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: TypeError: 'tuple' object is not callable
Post: TypeError: 'tuple' object is not callable

img = rgb2gray(image) # 3 scales radius1 = 4 radius2 = 8 radius3 = 12 # sobel mask sobel_dx = ([-1, 0, 1],[-1, 0, 1],[-1, 0, 1]) sobel_dy = ([-1,-1,-1],[0, 0, 0], [1, 1, 1]) # compute image derivat...
marlinayakno General Coding Help 1 9,566 Mar-13-2019, 07:35 AM
    Thread: chessboard corner detection algorithm
Post: chessboard corner detection algorithm

My project is focused on the NIR camera calibration using chessboard technique. As the 1st step, I needs to find the chessboard corner detection using python programming language. If possible the ches...
marlinayakno Data Science 1 4,030 Mar-06-2019, 07:30 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020