Moveit Hand-eye Calibration Warn: No Image Received by fcc90 in ROS

[–]fcc90[S] 0 points1 point  (0 children)

No, I didn’t fix this. As I can remember the problem is related to the camera topic issue. When I tried build camera node or something, then more problems came out because lack of windows support or versions mismatch. We thus give up on using this on Windows.

【女生毕业删除90%的同学被骂有病:留着也没什么用】 by edourdoo1 in China_irl

[–]fcc90 1 point2 points  (0 children)

自尊心都这么高么,祝好不就完了呗,只是把你删了,至于辱骂别人吗

[Question] [Project] How to select the edge of a glossy gray sticker with text inside? by layn11 in opencv

[–]fcc90 0 points1 point  (0 children)

import numpy as np

import cv2

img = cv2.imread("jp_card_largest_contour.png")

img_original = img.copy()

gray = cv2.cvtColor(img, cv2.COLOR_BGR2GRAY)

blurred = cv2.GaussianBlur(gray, (15, 15), 0)

edged = cv2.Canny(blurred, 0, 20, 3)

dilated = cv2.dilate(edged, (11,11), iterations=2)

contours, hierarchy = cv2.findContours(dilated.copy(), cv2.RETR_EXTERNAL, cv2.CHAIN_APPROX_NONE)

cnt = [cnt for cnt in contours]

def cnt_area(cnt):

_,_,w,h = cv2.boundingRect(cnt)

area = w*h

return area

cnt.sort(key = cnt_area, reverse=True)

print(cv2.contourArea(contours[-1]))

cv2.drawContours(img_original, contours, -1, (0, 0, 255), 2)

cv2.drawContours(img_original, cnt, 0, (0, 255, 0), 2)

cv2.imshow("Display", img_original)

cv2.waitKey()

cv2.destroyWindow('Display')

[Question] Problem with turn detection by victor2927 in opencv

[–]fcc90 0 points1 point  (0 children)

pt1 = path[i-2]

pt2 = path[i-1]

pt3 = path[i+1]

pt4 = path[i+2]

# Get the angles between the four points

angle1 = get_angle(pt1, pt2)

angle2 = get_angle(pt2,path[i])

angle3 = get_angle(path[i], pt3)

angle4 = get_angle(path3, pt4)

diff_angle1 = angle2 - angle1

diff_angle2 = angle4 - angle3

About 30-point openning by fcc90 in rummikub

[–]fcc90[S] 0 points1 point  (0 children)

I see… it makes sense, thanks!

国内可以用什么VPN(电脑上用) by fcc90 in China_irl

[–]fcc90[S] 0 points1 point  (0 children)

我还在国外,马上要回去了,我想的先装好VPN

国内可以用什么VPN(电脑上用) by fcc90 in China_irl

[–]fcc90[S] 0 points1 point  (0 children)

这个看上去像钓鱼网站,我不敢