Skip to content
Snippets Groups Projects
Commit 5975f195 authored by Olivier Bertrand's avatar Olivier Bertrand
Browse files

Move the Place comparator to an init file to have .comparing and not .comparing.comparing

parent 4a2bebf7
No related branches found
No related tags found
No related merge requests found
Showing
with 8 additions and 8 deletions
doc/build/html/example/database/load_image_posorient.png

52.2 KiB | W: | H:

doc/build/html/example/database/load_image_posorient.png

39 KiB | W: | H:

doc/build/html/example/database/load_image_posorient.png
doc/build/html/example/database/load_image_posorient.png
doc/build/html/example/database/load_image_posorient.png
doc/build/html/example/database/load_image_posorient.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -12,9 +12,9 @@ mydb = DataBaseLoad(mydb_filename)
# we want the image
posorient = pd.Series(index=['x', 'y', 'z',
'alpha_0', 'alpha_1', 'alpha_2'])
posorient.x = -0.6
posorient.y = -7.2
posorient.z = 2.35
posorient.x = 0.0
posorient.y = -0.25
posorient.z = 3.0
posorient.alpha_0 = np.pi / 2
posorient.alpha_1 = 0
posorient.alpha_2 = 0
......
doc/build/html/example/database/load_image_rowid.hires.png

95.7 KiB | W: | H:

doc/build/html/example/database/load_image_rowid.hires.png

161 KiB | W: | H:

doc/build/html/example/database/load_image_rowid.hires.png
doc/build/html/example/database/load_image_rowid.hires.png
doc/build/html/example/database/load_image_rowid.hires.png
doc/build/html/example/database/load_image_rowid.hires.png
  • 2-up
  • Swipe
  • Onion skin
No preview for this file type
doc/build/html/example/database/load_image_rowid.png

25.3 KiB | W: | H:

doc/build/html/example/database/load_image_rowid.png

38.9 KiB | W: | H:

doc/build/html/example/database/load_image_rowid.png
doc/build/html/example/database/load_image_rowid.png
doc/build/html/example/database/load_image_rowid.png
doc/build/html/example/database/load_image_rowid.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -9,7 +9,7 @@ mydb_filename = os.path.abspath('../database.db')
mydb = DataBaseLoad(mydb_filename)
# 2) Define the position-orinetation at which
# we want the image
rowid = 1000
rowid = 12
# 3) Load the image
image = mydb.read_image(rowid=rowid)
# 4) plot the image
......
doc/build/html/example/processing/apcv.hires.png

277 KiB | W: | H:

doc/build/html/example/processing/apcv.hires.png

209 KiB | W: | H:

doc/build/html/example/processing/apcv.hires.png
doc/build/html/example/processing/apcv.hires.png
doc/build/html/example/processing/apcv.hires.png
doc/build/html/example/processing/apcv.hires.png
  • 2-up
  • Swipe
  • Onion skin
No preview for this file type
doc/build/html/example/processing/apcv.png

200 KiB | W: | H:

doc/build/html/example/processing/apcv.png

149 KiB | W: | H:

doc/build/html/example/processing/apcv.png
doc/build/html/example/processing/apcv.png
doc/build/html/example/processing/apcv.png
doc/build/html/example/processing/apcv.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -9,7 +9,7 @@ mydb_filename = os.path.abspath('../database.db')
mydb = DataBaseLoad(mydb_filename)
# 2) Define the position-orinetation at which
# we want the image
rowid = 5000
rowid = 12
my_scene = processing.scene(mydb, rowid=rowid)
my_apcv = processing.apcv(my_scene, mydb.viewing_directions)
......
doc/build/html/example/processing/contrast_weighted_nearness.hires.png

497 KiB | W: | H:

doc/build/html/example/processing/contrast_weighted_nearness.hires.png

338 KiB | W: | H:

doc/build/html/example/processing/contrast_weighted_nearness.hires.png
doc/build/html/example/processing/contrast_weighted_nearness.hires.png
doc/build/html/example/processing/contrast_weighted_nearness.hires.png
doc/build/html/example/processing/contrast_weighted_nearness.hires.png
  • 2-up
  • Swipe
  • Onion skin
No preview for this file type
doc/build/html/example/processing/contrast_weighted_nearness.png

335 KiB | W: | H:

doc/build/html/example/processing/contrast_weighted_nearness.png

221 KiB | W: | H:

doc/build/html/example/processing/contrast_weighted_nearness.png
doc/build/html/example/processing/contrast_weighted_nearness.png
doc/build/html/example/processing/contrast_weighted_nearness.png
doc/build/html/example/processing/contrast_weighted_nearness.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -9,7 +9,7 @@ mydb_filename = os.path.abspath('../database.db')
mydb = DataBaseLoad(mydb_filename)
# 2) Define the position-orinetation at which
# we want the image
rowid = 5000
rowid = 12
my_scene = processing.scene(mydb, rowid=rowid)
my_contrast = processing.contrast_weighted_nearness(my_scene)
......
doc/build/html/example/processing/michelson_contrast.hires.png

527 KiB | W: | H:

doc/build/html/example/processing/michelson_contrast.hires.png

390 KiB | W: | H:

doc/build/html/example/processing/michelson_contrast.hires.png
doc/build/html/example/processing/michelson_contrast.hires.png
doc/build/html/example/processing/michelson_contrast.hires.png
doc/build/html/example/processing/michelson_contrast.hires.png
  • 2-up
  • Swipe
  • Onion skin
No preview for this file type
doc/build/html/example/processing/michelson_contrast.png

362 KiB | W: | H:

doc/build/html/example/processing/michelson_contrast.png

263 KiB | W: | H:

doc/build/html/example/processing/michelson_contrast.png
doc/build/html/example/processing/michelson_contrast.png
doc/build/html/example/processing/michelson_contrast.png
doc/build/html/example/processing/michelson_contrast.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -9,7 +9,7 @@ mydb_filename = os.path.abspath('../database.db')
mydb = DataBaseLoad(mydb_filename)
# 2) Define the position-orinetation at which
# we want the image
rowid = 5000
rowid = 12
my_scene = processing.scene(mydb, rowid=rowid)
my_contrast = processing.michelson_contrast(my_scene)
......
......@@ -9,6 +9,6 @@ mydb_filename = os.path.abspath('../database.db')
mydb = DataBaseLoad(mydb_filename)
# 2) Define the position-orinetation at which
# we want the image
rowid = 5000
rowid = 12
my_scene = processing.scene(mydb, rowid=rowid)
my_pcv = processing.pcv(my_scene, mydb.viewing_directions)
doc/build/html/example/processing/scene.hires.png

277 KiB | W: | H:

doc/build/html/example/processing/scene.hires.png

209 KiB | W: | H:

doc/build/html/example/processing/scene.hires.png
doc/build/html/example/processing/scene.hires.png
doc/build/html/example/processing/scene.hires.png
doc/build/html/example/processing/scene.hires.png
  • 2-up
  • Swipe
  • Onion skin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment