79492961

Date: 2025-03-07 16:55:10
Score: 1.5
Natty:
Report link

Did you try flip "c"matrix first of "registration"matrix?

transform = t @ A 
c = FLIPXY_44 @ c @ FLIPXY_44
transform = c @ transform @ np.linalg.inv(c)
registration = FLIPXY_44 @ transform @ FLIPXY_44
Reasons:
  • Whitelisted phrase (-2): Did you try
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: BrunoP