You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Naive difference detection engines (e.g. pixel-matching) sometimes don't work well.
For instance, someone committed with message, "modify header component size". He or she changed only header component and never touched any other components. However the naive difference detector unfortunately misunderstands "the entire page changed!" because it can't recognize the simple Y-dimension translation.
Goal
provide alternative way to recognize difference
Not goal
replacement pixel-match: pixel-match is still great solution. It's simple and fast enough. The new way should be optional.
Naive difference detection engines (e.g. pixel-matching) sometimes don't work well.
For instance, someone committed with message, "modify header component size". He or she changed only header component and never touched any other components. However the naive difference detector unfortunately misunderstands "the entire page changed!" because it can't recognize the simple Y-dimension translation.
Goal
Not goal
Algorithm
Using local features matching based region recognition. See https://github.com/reg-viz/improve_reg_diff
TODO
regconfig.json
The text was updated successfully, but these errors were encountered: