alexhagiopol / orthomosaic

Rectify and stitch images together using multiview geometry.
97 stars 38 forks source link

Removing black lines. #5

Closed mdurmuss closed 4 years ago

mdurmuss commented 4 years ago

Hi @alexhagiopol, Do you have an idea about removing the black lines or points that show up after combining images?

mdurmuss commented 4 years ago

I removed the black dots from the photos by applying the necessary parameters to this function. result = cv2.warpPerspective(image, fullTransformation, (xMax-xMin, yMax-yMin), flags=cv2.INTER_NEAREST, borderMode=cv2.BORDER_CONSTANT)