kolhizin / bujo

Proof of concepts and sharedlib for bujo app
0 stars 0 forks source link

Profile local Radon performance #20

Closed kolhizin closed 5 years ago

kolhizin commented 5 years ago

After creating data for local Radon actual angle detection takes too long. Find out reason.

Test:

  1. Selection of unique values
  2. Selection arr[arr=x]
  3. Agregation and search of maximum
  4. Dependance on grid by angles
  5. Dependance on image size
  6. Dependance on number of values
kolhizin commented 5 years ago

Greatly improved performance by tuning convert_to_value_range. Now local orientation is feasible to use.

Measurements