Yes, right. First you generate two heightmaps, one with Perlin Noise algorithm, one with Voronoi algorithm. Then you lerp both togehter with 2/3 Perlin Noise and 1/3 Voronoi. After that you're running 3 different filters/algorithms over the heightmap in following order: perturbation filter, thermal erosion, hydraulic erosion.