L1fe
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by L1fe-
L1fe commented,
Hi Jaromil, How should the epsilon be chosen? Also, could we write the condition as |Xi - Xj| + |Yi-Yj| >= 1, which would force the pairs to be different as they take integer values? Thanks!
-
L1fe commented,
Hi Jaromil, Thank you a lot for your quick answer! One last question. For the inequalities for all pairs (i,j) i!=j, I should use the same delta x and delta y? Thanks.
-
L1fe commented,
Hi Jaromil, Thanks! I have two follow up questions if you don't mind. - How would I write/encode the conditions: (Xi, Yi) != (Xj, Yj) when i !=j ? - In terms of performance, is it okay to keep the ...
-
L1fe created a post,
L1 minimization
AnsweredHello, I have a set of points in the 2D plane with float coordinates (x, y) and I want to snap them to a grid of points with integer coordinates (X, Y). Two points cannot share the same grid point....