h_and_e_in_right_order¶
- h_and_e_in_right_order(v1, v2)[source]¶
Rearranges input vectors for H&E in correct order with H as first output.
- Parameters
v1 (
numpy.ndarray) – Input vector for stain extraction.v2 (
numpy.ndarray) – Input vector for stain extraction.
- Returns
input vectors in the correct order.